Code Monkey home page Code Monkey logo

odoo_apps_public's Introduction

Odoo Apps Public

odoo_apps_public's People

Contributors

fmdl avatar jlaloux avatar quentin-oyopi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odoo_apps_public's Issues

type

In account_standard_report/wizard/account_standard_report.py

Line 224:
if self.result_selection == 'suplier':

Is that suppose to spell "supplier" ?

Not issue, i just need your help in accounting module.

Screenshot(7)

My requirement is that, In menueitem when i click journal, partner and other reports so just open (View Line) report with own report data, not open form view like as in image . I want this in all other reports.

Thanks.

General Ledger Line table grows extremely large slowing down Odoo

We had performance issues on our instance and found out the root cause was the the reports being generated.

We found out table account_report_standard_ledger_line had ~56 million rows
Thing went back to normal after we truncated the table:

truncate account_report_standard_ledger_line cascade

Which will cascade into:

NOTICE:  truncate cascades to table "account_report_standard_ledger_report"
NOTICE:  truncate cascades to table "table_standard_report_line_total"
NOTICE:  truncate cascades to table "account_report_standard_ledger_report_object"
NOTICE:  truncate cascades to table "account_report_standard_ledger"
NOTICE:  truncate cascades to table "table_standard_report_partner"
NOTICE:  truncate cascades to table "account_journal_account_report_standard_ledger_rel"
NOTICE:  truncate cascades to table "account_analytic_account_account_report_standard_ledger_rel"
NOTICE:  truncate cascades to table "table_standard_report_accounts"
NOTICE:  truncate cascades to table "account_report_standard_ledger_res_partner_rel"
NOTICE:  truncate cascades to table "account_account_account_report_standard_ledger_rel"

We're thinking to put a cron and doing this daily. Do you have any other suggestion? Wouldn't those tables grow indefinitely otherwise.

Data Issue

Partner, Aged, opened Ledger data not show. If i click on view lines button so data not show in line View,PDF View and Excel View. Please help me asap.

[10.0] account_standard_report Inconsistent report Type in General Ledger

Hello,

I have inconsistent report Type in General Ledger when setting Third Partie in Accounts

If the Accounts (110411) set the Third Partie to Customer the report Type become Incorrect. (Init Line should be Initial)
Opera Snapshot_2021-03-02_064552_0 0 0 0

When the Accounts (110411) set the Third Partie to No the report Type is valid.
Opera Snapshot_2021-03-02_064719_0 0 0 0

Here how I generate the report.
Opera Snapshot_2021-03-02_065234_0 0 0 0

How to make the Init Line become Initial while the Accounts Third Partie set to Customer ?

Feature request: group total by account group

In the View Lines, view, can it further show the subtotal balance of each account group

debit credit balance
Account group 4 1 3
--account subgroup 1 3 1 2
----account 1 1 0 1
----account 2 2 1 1
--account subgroup 2 1 0 1

Aged Balance Error

HI,
I want to know what is wrong with my installation but when I used on excel report looks like this:
image

And view report dosn show information by period only the final total.

V11 - Error on opening report-wizard

Hello,
If I click on the menu item to open the standard report, I receive this error message:

`Error:
Odoo Server Error

Traceback (most recent call last):
File "/home/odoo/odoo/odoo/http.py", line 651, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/odoo/odoo/http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/home/odoo/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/home/odoo/odoo/odoo/http.py", line 693, in dispatch
result = self._call_function(**self.params)
File "/home/odoo/odoo/odoo/http.py", line 342, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/odoo/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/odoo/odoo/http.py", line 335, in checked_call
result = self.endpoint(*a, **kw)
File "/home/odoo/odoo/odoo/http.py", line 937, in call
return self.method(*args, **kw)
File "/home/odoo/odoo/odoo/http.py", line 515, in response_wrap
response = f(*args, **kw)
File "/home/odoo/odoo/addons/web/controllers/main.py", line 934, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/home/odoo/odoo/addons/web/controllers/main.py", line 926, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/odoo/odoo/odoo/api.py", line 687, in call_kw
return call_kw_model(method, model, args, kwargs)
File "/home/odoo/odoo/odoo/api.py", line 672, in call_kw_model
result = method(recs, *args, **kwargs)
File "/home/odoo/odoo/odoo/models.py", line 1079, in default_get
defaults[name] = field.default(self)
File "/home/odoo/addons-extra/odoo_apps_public/account_standard_report/wizard/account_standard_report.py", line 146, in _get_periode_date
today_year = fields.Date.today().year
AttributeError: 'str' object has no attribute 'year'`

The installed version is V11 enterprise.

missing of report_xlsx module

There is no report_xlsx module in odoo 12 community edition, so there is error occur while install which suggest :
"You try to install module 'account_standard_report' that depends on module 'report_xlsx'.
But the latter module is not available in your system."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.