Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 10194 |
Technical Name |
base_accounting_kit |
License | LGPL-3 |
Website | https://www.cybrosys.com |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 |

Latest Updates
- Multi Company In Dashboard
- Comma separator added in Dashboard
- Updated currency symbol position in Dashboard
- Accounting Dashboard.
Odoo 13 Accounting
Dashboard, Asset Management, Accounting Reports, PDC Management, Account Lock dates, Customer Credit Limit and Follow Ups, Day book, Bank book and Cash book reports in Odoo 13 community edition.
Key Highlights
- Asset management system.
- Handle Post Dated Cheques.
- Accounting lock dates.
- Handle Recurring payments.
- Customer credit limit and customer follow-up.
- All Accounting reports.
- Day book, Bank book and Cash book reports.

Screenshots
Odoo 13 Accounting
Accounting Dashboard with all necessary details.
Asset management system for Odoo 13 community edition.
PDC management is now in.
Accounting lock dates for Odoo 13 community edition.
Customer credit limit.
Handle Recurring payments in Odoo.
Manage Customer follow-ups.
Day book, Bank book and Cash book reports.
Financial reports.
Trial balance report.
Journal audit report.
General ledger report.
Partner ledger report.
Aged partner balance.
Tax reports.
Overview
Accounting in odoo is sufficient for any organization to meet all their needs related to
accounting. As you know for any organization, accounting is one of the most important
processes in order to run the company without any financial losses. Odoo accounting is
connected with all the other apps such as sales, purchase, inventory and more.
In community edition, we have only limited features available under Odoo accounting. Here
comes the use of the module Odoo13 Full Accounting Kit by Cybrosys Technologies which is
built under the V13 platform. This module will bring back the accounting features such as
Asset management, Accounting Reports, PDC Management, Account Lock dates, Customer Credit
Limit, and Follow-Ups, Daybook, Bankbook, and Cashbook reports.
Video
Odoo 13 Full Accounting Kit for Community

Suggested Products
Our Service

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers
Our Industries

Trading
Easily procure and sell your products.

Manufacturing
Plan, track and schedule your operations.

Restaurant
Run your bar or restaurant methodical.

POS
Easy configuring and convivial selling.

E-commerce & Website
Mobile friendly, awe-inspiring product pages.

Hotel Management
An all-inclusive hotel management application.

Education
A Collaborative platform for educational management.

Service Management
Keep track of services and invoice accordingly.
Need Any Help?
If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support.
Email us
odoo@cybrosys.com
Contact Us
www.cybrosys.com
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedGreat app
Is this support multiple currencies in version 13 ? Thanks
Re: Great app
Yes, it is
Excellent app
I don't know what happened but while invoicing a customer, the register payment button disappeared. anyway, you can assist to restore it?
Re: Excellent app
Hi, If you havent got any solution for this. Please contact us on odoo@cybrosys.com
After updating OS and Odoo13 your charts don't render properly
strange lines and triangles appears...
Excellen app
I am using v.13 of the full accounting kit. I have one problem though. When creating customer invoices, I post the correct journals for example debit cash but the system erroneously debits accounts receivables and ignores the journal entries made. how do I fix this?
Profit & Loss and balance sheet report
Hi,
by default, the sequence in PL report should be
Income
expenses
and Balance sheet is
Asset
Liability
But now is upside down
Please help us how to fix it, thanks.
Please help Invoicedashboard? after installing the module
Re: Please help Invoicedashboard? after installing the module
Please restart the Odoo service
Great, but missing bank statement import and reconciliation features
How can I import bank statements (CSV for example) and reconcile my invoices?
how to update the module after update version with comma seperator in number
Re:
You can download the new version and replace the old version in your addons path.
V12 Please!
Error from unit test
FAIL: TestAccountDocumentLayout.test_render_account_document_layout Traceback (most recent call last): File "/home/odoo/src/odoo/addons/account/tests/test_account_onboarding.py", line 29, in test_render_account_document_layout self.start_tour("/web", 'account_render_report', login='admin', timeout=200) File "/home/odoo/src/odoo/odoo/tests/common.py", line 1251, in start_tour res = self.browser_js(url_path=url_path, code=code, ready=ready, **kwargs) File "/home/odoo/src/odoo/odoo/tests/common.py", line 1235, in browser_js self.fail('%s\n%s' % (message, error)) AssertionError: The test code "odoo.startTour('account_render_report')" failed Tour account_render_report failed at step .o_data_row:first
Thank you for this wonderful app, following are my suggestions for the dashboard if possible add it.
1) When both multiple companies selected, it's showing dashboard output based on one company only. Can you correct it so the dashboard will be displayed based on the company filter? 2) Add the total amount for Bank & cash balance in the dashboard. Thank you for the effort and support Thanks and Regards, Rinto Antony
Re: Thank you for this wonderful app, following are my suggestions for the dashboard if possible add it.
Thanks for the feedback and inputs. We will look in to it
Error: Odoo Server Error Traceback (most recent call last): File "C:\Odoo\server\odoo\addons\base\models\ir_ui_view.py", line 664, in apply_inheritance_specs pre_locate=pre_locate) File "C:\Odoo\server\odoo\tools\template_inheritance.py", line 230, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: Element '' cannot be located in parent view During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Odoo\server\odoo\tools\convert.py", line 712, in parse self._tag_root(de) File "C:\Odoo\server\odoo\tools\convert.py", line 674, in _tag_root f(rec) File "C:\Odoo\server\odoo\tools\convert.py", line 577, in _tag_record record = model._load_records([data], self.mode == 'update') File "C:\Odoo\server\odoo\models.py", line 4080, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "C:\Odoo\server\odoo\models.py", line 3994, in _load_records_create return self.create(values) File "", line 2, in create File "C:\Odoo\server\odoo\api.py", line 336, in _model_create_multi return create(self, arg) File "C:\Odoo\server\odoo\addons\base\models\ir_ui_view.py", line 475, in create return super(View, self).create(vals_list) File "", line 2, in create File C:\Odoo\server\odoo\api.py", line 336, in _model_create_multi return create(self, arg) File "C:\Odoo\server\odoo\models.py", line 3775, in create fields[0].determine_inverse(batch_recs) File "C:\Odoo\server\odoo\fields.py", line 1114, in determine_inverse getattr(records, self.inverse)() File
Error on registering payment by cheque
Accounting->Bills->Select 2 bills from the same vendor->Actions/Register Payment->Payment method Cheque throws this error message. Odoo Server Error Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise raise value File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 669, in dispatch result = self._call_function(**self.params) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\service\model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 915, in __call__ return self.method(*args, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 515, in response_wrap response = f(*args, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1326, in call_button action = self._call_kw(model, method, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1314, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 387, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 374, in _call_kw_multi result = method(recs, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\account\models\account_payment.py", line 849, in create_payments payments = Payment.create(self.get_payments_vals()) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base_accounting_kit\models\account_payment.py", line 39, in get_payments_vals res.update({ AttributeError: 'list' object has no attribute 'update'
Does this support multi companies and multi currency?
Currency Value always on left
I use south african Rand ZAR ( symbol "R") which is supposed to be on right it does not change even if you have configured the currency and the country.
Re: Currency Value always on left
Thanks for reporting, We will check and correct it.
Filter Not Working and Comma Separator
Filter year and month in Income/Expense and Invoice NOT working. Could you fix it? And also could you give comma separator in number, so it can be easy to read?
Re: Filter Not Working and Comma Separator
Thanks for reporting. We will check and correct it.
Version 12
Can it downgrade to version 12?
Re: Version 12
It's possible, But there are some structural differences in accounts module of Odoo12 and 13. We will have to take care of that.
Check Printing Check layout
Hi. Have been trying to print a check but I get a warning that something went wrong and need to install check layout but I dnt seem to find it.. Any assist..
Installing error
Hello, I tried to install this module but i got this error message: Odoo Server Error Traceback (most recent call last): File "/odoo3/odoo3-server/odoo/tools/cache.py", line 85, in lookup r = d[key] File "/odoo3/odoo3-server/odoo/tools/func.py", line 69, in wrapper return func(self, *args, **kwargs) File "/odoo3/odoo3-server/odoo/tools/lru.py", line 44, in __getitem__ a = self.d[obj].me KeyError: ('ir.model.data', , 'base_accounting_kit.account_payment_method_pdc_in') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo3/odoo3-server/odoo/tools/convert.py", line 713, in parse self._tag_root(de) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 333, in _tag_function _eval_xml(self, rec, env) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 205, in _eval_xml return odoo.api.call_kw(model, method_name, args, kwargs) File "/odoo3/odoo3-server/odoo/api.py", line 391, in call_kw result = _call_kw_model(method, model, args, kwargs) File "/odoo3/odoo3-server/odoo/api.py", line 364, in _call_kw_model result = method(recs, *args, **kwargs) File "/odoo3/odoo3-server/addons/base_accounting/models/account_journal.py", line 42, in _enable_pdc_on_bank_journals pdcin = self.env.ref('base_accounting_kit.account_payment_method_pdc_in') File "/odoo3/odoo3-server/odoo/api.py", line 509, in ref return self['ir.model.data'].xmlid_to_object(xml_id, raise_if_not_found=raise_if_not_found) File "/odoo3/odoo3-server/odoo/addons/base/models/ir_model.py", line 1673, in xmlid_to_object t = self.xmlid_to_res_model_res_id(xmlid, raise_if_not_found) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo3/odoo3-server/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo3/odoo3-server/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo3/odoo3-server/odoo/tools/pycompat.py", line 14, in reraise raise value File "/odoo3/odoo3-server/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/odoo3/odoo3-server/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo3/odoo3-server/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/odoo3/odoo3-server/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/odoo3/odoo3-server/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 722, in parse exc_info[2] File "/odoo3/odoo3-server/odoo/tools/pycompat.py", line 13, in reraise raise value.with_traceback(tb) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 713, in parse self._tag_root(de) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 333, in _tag_function _eval_xml(self, rec, env) File "/odoo3/odoo3-server/odoo/tools/convert.py", line 205, in _eval_xml return odoo.api.call_kw(model, method_name, args, kwargs) File "/odoo3/odoo3-server/odoo/api.py", line 391, in call_kw result = _call_kw_model(method, model, args, kwargs) File "/odoo3/odoo3-server/odoo/api.py", line 364, in _call_kw_model result = method(recs, *args, **kwargs) File "/odoo3/odoo3-server/addons/base_accounting/models/account_journal.py", line 42, in _enable_pdc_on_bank_journals pdcin = self.env.ref('base_accounting_kit.account_payment_method_pdc_in') File "/odoo3/odoo3-server/odoo/api.py", line 509, in ref return self['ir.model.data'].xmlid_to_object(xml_id, raise_if_not_found=raise_if_not_found) File "/odoo3/odoo3-server/odoo/addons/base/models/ir_model.py", line 1673, in xmlid_to_object t = self.xmlid_to_res_model_res_id(xmlid, raise_if_not_found) File "/odoo3/odoo3-server/odoo/addons/base/models/ir_model.py", line 1657, in xmlid_to_res_model_res_id return self.xmlid_lookup(xmlid)[1:3] File "", line 2, in xmlid_lookup File "/odoo3/odoo3-server/odoo/tools/cache.py", line 90, in lookup value = d[key] = self.method(*args, **kwargs) File "/odoo3/odoo3-server/odoo/addons/base/models/ir_model.py", line 1646, in xmlid_lookup raise ValueError('External ID not found in the system: %s' % xmlid) odoo.tools.convert.ParseError: "External ID not found in the system: base_accounting_kit.account_payment_method_pdc_in" while parsing /odoo3/odoo3-server/addons/base_accounting/data/account_pdc_data.xml:2, near PDC pdc outbound Account Would you please help ? Thanks
Re: Installing error
Our module is 'base_accounting_kit' Your log says you are using another one 'base_accounting'. Please contact that module's auther
I wish it is available in odoo 12
I am customizing odoo 12 for one client. I want to use this app (v13) but I can't use it because of I am customizing odoo 12.
Installing error
File "/usr/lib/python3/dist-packages/odoo/addons/product/models/decimal_precision.py", line 16, in _check_main_currency_rounding raise ValidationError(_("You cannot define the decimal precision of 'Account' as greater than the rounding factor of the company's main currency")) odoo.exceptions.ValidationError: ('No puede definir una precisión decimal de las cuentas que sea mayor que el factor de redondeo de la moneda actual de la compañía.', None)
Re: Installing error
"You cannot define the decimal precision of 'Account' as greater than the rounding factor of the company's main currency" You may be trying to give a decimal precision for 'Account' greater than the rounding factor of your company currency. If you didn't get it, please contact us on odoo@cybrosys.com
Re: Installing error
"You cannot define the decimal precision of 'Account' as greater than the rounding factor of the company's main currency" You may be trying to give a decimal precision for 'Account' greater than the rounding factor of your company currency. If you didn't get it, please contact us on odoo@cybrosys.com
Error while deploying on the cloud
Could not get content for /base_accounting_kit/static/lib/bootstrap-toggle-master/css/bootstrap-toggle.min.css defined in bundle 'web.assets_backend'.
Re: Error while deploying on the cloud
Could you please connect us on odoo@cybrosys.com
When I try to enter the Invoicing module
Error: Rastreo de error: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:3692:7) at Engine._render (http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:3737:103) at Engine.render (http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:3733:151) at Class.renderElement (http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:4090:1137) at Class.renderElement (http://34.70.164.46/web/content/638-6bee102/web.assets_backend.js:472:288) at Class.prototype. [as renderElement] (http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:3860:488) at Class.renderElement (http://34.70.164.46/web/content/638-6bee102/web.assets_backend.js:3560:1496) at Class.prototype. [as renderElement] (http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:3860:488) at http://34.70.164.46/web/content/622-b84010b/web.assets_common.js:4100:6
Re: When I try to enter the Invoicing module
You have to restart the service after adding the module.
follow up levels
Thanks for the app, everything works great but isn't there a problem with the follow-up levels / actions? I can't figure out how to create or configure them... I also watched your tutorials and becomes very vague when it comes to that part of your module. In the entreprise version it's a piece of cake to create a follow-up action... Could you check that and let me knw if there's a bug? Thanks
Re: follow up levels
Hi, Marc is, Followup feature in account kit is very basic You can purchase this addon and that can use along with accounting kit https://apps.odoo.com/apps/modules/13.0/customer_followup_community/
Credit limit was not working on sales order.
when i try to set credit limit on customer, i still can do delivery process even limit has been set. for sample, limit has been set on $500 when i create a sales order with amount $600, sales order still can be confirm. wait for your kind respond
Re: Credit limit was not working on sales order.
Hello, Accounting kit is mainly focusing the accounting part. If we bring this control on sale order and delivery in this module, users will be forced to use those modules too. Thats why we didn't put that control. Hope it is working on invoice. If you want to make it work with sale and delivery, You have to build an extension for this module. you can reach us on odoo@cybrosys.com
No More Odoo client error
Hi, I have resolved the issue by restarting Odoo server
Re: No More Odoo client error
Thats it, Thanks for the feedback
Can't complete installation
Intallation of the module is not completing. and there is no error message. When I go back to app , says 'Cancel installation' http://prntscr.com/rkxy97 Thanks.
Re: Can't complete installation
Please check do you have this addon in your addons path and that is readable by your system user running Odoo. if both are fine. Please email your odoo log to odoo@cybrosys.com
very good and it is free
thanks
installation Error
Error: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 642, in apply_inheritance_specs pre_locate=pre_locate)
Re: installation Error
Hello, Please send fill error traceback to odoo@cybrosys.com
Nice module
This module very useful for me, thanks a lot :)
installation Error
Error: Odoo Server Error Traceback (most recent call last): File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 642, in apply_inheritance_specs pre_locate=pre_locate) File "/home/shakhawat/odoo/odoo/tools/template_inheritance.py", line 222, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: Element '' cannot be located in parent view During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/shakhawat/odoo/odoo/tools/convert.py", line 713, in parse self._tag_root(de) File "/home/shakhawat/odoo/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/home/shakhawat/odoo/odoo/tools/convert.py", line 578, in _tag_record record = model._load_records([data], self.mode == 'update') File "/home/shakhawat/odoo/odoo/models.py", line 4070, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "/home/shakhawat/odoo/odoo/models.py", line 3984, in _load_records_create return self.create(values) File "", line 2, in create File "/home/shakhawat/odoo/odoo/api.py", line 344, in _model_create_multi return create(self, arg) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 473, in create return super(View, self).create(vals_list) File "", line 2, in create File "/home/shakhawat/odoo/odoo/api.py", line 344, in _model_create_multi return create(self, arg) File "/home/shakhawat/odoo/odoo/models.py", line 3765, in create fields[0].determine_inverse(batch_recs) File "/home/shakhawat/odoo/odoo/fields.py", line 1096, in determine_inverse getattr(records, self.inverse)() File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 299, in _inverse_arch view.write(data) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 490, in write return super(View, self).write(self._compute_defaults(vals)) File "/home/shakhawat/odoo/odoo/models.py", line 3554, in write real_recs._validate_fields(set(vals) - set(inverse_fields)) File "/home/shakhawat/odoo/odoo/models.py", line 1167, in _validate_fields check(self) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 385, in _check_xml view_def = view.read_combined(['arch']) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 716, in read_combined arch = self.apply_view_inheritance(arch_tree, root.id, self.model) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 665, in apply_view_inheritance source = self.apply_inheritance_specs(source, specs_tree, view_id) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 644, in apply_inheritance_specs self.raise_view_error(str(e), inherit_id) File "/home/shakhawat/odoo/odoo/addons/base/models/ir_ui_view.py", line 592, in raise_view_error raise ValueError(message) ValueError: Element '' cannot be located in parent view Error context: View `Tax Reports` [view_id: 1878, xml_id: n/a, model: account.tax.report, parent_id: 799] raise ValueError(message) odoo.tools.convert.ParseError: "Element '' cannot be located in parent view Error context: View `Tax Reports` [view_id: 1878, xml_id: n/a, model: account.tax.report, parent_id: 799]" while parsing /home/shakhawat/odoo/addons/base_accounting_kit/wizard/tax_report.xml:2, near
Style error
After installation,The following error is displayed: 1、Could not get content for /om_account_asset/static/src/scss/account_asset.scss defined in bundle 'web.assets_backend'. 2、Style error The style comlilation failed,see the error below.Your recent actions may be the cause,please try reverting the changes you made. Could not get content for /om_account_asset/static/src/scss/account_asset.scss defined in bundle 'web.assets_backend'.
Re: Style error
Hello, Thanks for reporting, We have already fixed this issue. Please get a latest copy
Good work but there error below keeps poping up
Could not get content for /om_account_asset/static/src/scss/account_asset.scss defined in bundle 'web.assets_backend'.
Re: Good work but there error below keeps poping up
Thanks for reporting. Corrected
how to disable dashboard in odoo 13
how to disable dashboard in odoo 13
Re: how to disable dashboard in odoo 13
Added option to disable dashboard in settings
Error on selecting a customer on sale order
Error:
Odoo Server Error
File "/opt/odoo/custom-addons/magicprint-beta/base_accounting_kit/models/credit_limit.py", line 95, in check_due
if self.partner_id and self.partner_id.due_amount > 0 \
File "/opt/odoo/custom-addons/magicprint-beta/base_accounting_kit/models/credit_limit.py", line 52, in compute_due_amount
rec.due_amount = rec.credit - rec.debit
psycopg2.errors.UndefinedTable: invalid reference to FROM-clause entry for table "account_move_line"
LINE 3: ... LEFT JOIN account_account a ON (account_mo...
^
HINT: There is an entry for table "account_move_line", but it cannot be referenced from this part of the query.
How can i change the currency.
Hi,
I want to change or possible add the currency but system doesn't allow
You cannot change the currency of the company since some journal items already exist.
Is ther any possiblity i can change form USD to FJD.
Getting Error upon click on Register Payment
HELLO FOR Landed Costs YOUR APP SUPPORT
Re: HELLO FOR Landed Costs YOUR APP SUPPORT
Yes, It will support since its the of Odoo community edition. If you face any problems, let us know. You can also reach us on odoo@cybrosys.com
Hi
Could you please let me know if this module works for version 13 Enterprise?
Thanks
Re:
No, It will not work with enterprise
for set 'Default sale tax' and 'Default purchase tax' under Settings > Configuration > Accounting, which should propose the selected taxes when create a new product. There was a bug in v13 and this setting wasn't working
Error:
Traceback:
Error: currency is undefined
format_currency@http://localhost:8069/web/content/316-59a3552/web.assets_backend.js:3646:30
renderElement/</<@http://localhost:8069/web/content/316-59a3552/web.assets_backend.js:3644:187
Found these errors after install...What is the reason?
is it support arabic language?
Re:
Yes It is
I can't update the fiscal year
Dears
When I update the period from the overview menu (dashboard), nothing changes!!
How can I update the periods to update it in reports?
and how can enable it in configuration to control that?
Recurring Payment entries
Hi I am unable to find recurring payment as explained in your document. Please help me to find the same.
Path: Accounting --> Customers --> Recurring Entries
Regards,
Suneel
Error while installing
Hi I am getting below error while installing.
Error:
Traceback:
Error: QWeb2: Template 'Invoicedashboard' not found
at Object.exception (http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:3692:7)
at Engine._render (http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:3737:103)
at Engine.render (http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:3733:151)
at Class.renderElement (http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:4091:1137)
at Class.renderElement (http://localhost:8069/web/content/2089-0d38317/web.assets_backend.js:472:288)
at Class.prototype.<computed> [as renderElement] (http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:3861:488)
at Class.renderElement (http://localhost:8069/web/content/2089-0d38317/web.assets_backend.js:3965:1510)
at Class.prototype.<computed> [as renderElement] (http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:3861:488)
at http://localhost:8069/web/content/2045-e394bc7/web.assets_common.js:4101:6
Please help
Suneel
Re: Error while installing
Please restart your Odoo service before installing/upgrading
hi, how to process Task Fiscal Year And Period closing with this module. Because on settings menu, i dont find any configuration setting for this task
Re:
Please use lockdate feature
Error - Odoo13 Community
Just downloaded and install error :
Error:
Traceback:
Error: QWeb2: Template 'Invoicedashboard' not found
exception@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:3692:7
_render@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:3737:103
render@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:3733:151
renderElement@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:4093:1137
renderElement@http://localhost:8069/web/content/834-d858d86/web.assets_backend.js:472:288
OdooClass.extend/</prototype[name]</<@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:3861:488
renderElement@http://localhost:8069/web/content/834-d858d86/web.assets_backend.js:3910:1510
OdooClass.extend/</prototype[name]</<@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:3861:488
_widgetRenderAndInsert/<@http://localhost:8069/web/content/799-8e496e7/web.assets_common.js:4103:6
Re:
You have to restart the Odoo service after adding this module to the addons part.
If it didn't solve the issue. Please reach us on odoo@cybrosys.com
Deferred Revenue
Does This Module Handle Deferred Revenue?
Re: Deferred Revenue
No, Deferred Revenue is not included
Analytic Account
Hi
do you have a plan to add Analytic account to Dashboard and reports parameters
Re: Analytic Account
Thanks for the feedback
We will try to include in the coming releases.
Not able to fine the Customer Credit Limit
dear support
will you please lead me to be able set the credit limit
i am not able to find this part
Regards,
Husam
Re: Not able to fine the Customer Credit Limit
https://apps.odoo.com/apps/modules/13.0/sales_credit_limit/
You need this module to handle credit limit
Traducción modulo - Español
Cordial saludo, muchas gracias por compartir un excelente modulo tan vital para Odoo como es la contabilidad, me gustaría saber si cuentan con la traducción al idioma español de este MODULO, saludos.
Version 12 Please!
Will you do a V12 version?
ERROR DURING INSTALLATION ODOO COMMUNITY
Erreur: PART 1 Odoo Server Error Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 664, in apply_inheritance_specs pre_locate=pre_locate) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\template_inheritance.py", line 230, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: L'élément '' ne peut être localisé dans la vue parente
Inter-banks transfer
how can i activate inter-banks transfer . It doesn't appear in the accounting setting Is there any other module to add ?
Error from unit test
FAIL: TestAccountDocumentLayout.test_render_account_document_layout Traceback (most recent call last): File "/home/odoo/src/odoo/addons/account/tests/test_account_onboarding.py", line 29, in test_render_account_document_layout self.start_tour("/web", 'account_render_report', login='admin', timeout=200) File "/home/odoo/src/odoo/odoo/tests/common.py", line 1251, in start_tour res = self.browser_js(url_path=url_path, code=code, ready=ready, **kwargs) File "/home/odoo/src/odoo/odoo/tests/common.py", line 1235, in browser_js self.fail('%s\n%s' % (message, error)) AssertionError: The test code "odoo.startTour('account_render_report')" failed Tour account_render_report failed at step .o_data_row:first
Error at dashboard display
Hi Which version of psycopg2 is required, i have the following error at display File "/odoo/odoo-server/odoo/sql_db.py", line 245, in execute res = self._obj.execute(query, params) psycopg2.errors.AmbiguousColumn: column reference "state" is ambiguous LINE 6: state in ('posted', 'draft') ^ And can you check security rule for payment followup we cannot create rules. Thks and nice JOB LM
Re: Error at dashboard display
We use version 2.7.7 Regarding follow-up, accounting kit only have basics, You can go for this module for more advanced options. https://apps.odoo.com/apps/modules/13.0/customer_followup_community/
Hello, I tried to install this module but i got this error message: Error: Odoo Server Error Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 664, in apply_inheritance_specs pre_locate=pre_locate) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\template_inheritance.py", line 230, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: El elemento '' no puede ser localizado en la vista padre During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\convert.py", line 712, in parse self._tag_root(de) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\convert.py", line 674, in _tag_root f(rec) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\convert.py", line 577, in _tag_record record = model._load_records([data], self.mode == 'update') File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 4080, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3994, in _load_records_create return self.create(values) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 336, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 475, in create return super(View, self).create(vals_list) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 336, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3775, in create fields[0].determine_inverse(batch_recs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\fields.py", line 1120, in determine_inverse getattr(records, self.inverse)() File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 299, in _inverse_arch view.write(data) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 493, in write res = super(View, self).write(self._compute_defaults(vals)) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3564, in write real_recs._validate_fields(set(vals) - set(inverse_fields)) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 1176, in _validate_fields check(self) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 387, in _check_xml view_def = view.read_combined(['arch']) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 738, in read_combined arch = self.apply_view_inheritance(arch_tree, root.id, self.model) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 687, in apply_view_inheritance source = self.apply_inheritance_specs(source, specs_tree, view_id) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 666, in apply_inheritance_specs self.raise_view_error(str(e), inherit_id) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 614, in raise_view_error raise ValueError(message) ValueError: El elemento '' no puede ser localizado en la vista padre Contexto del error: Vista `Tax Reports` [view_id: 966, xml_id: n/a, model: account.tax.report, parent_id: 638] During handling of the above exception, another exception occurred: .... ..... ..... Contexto del error: Vista `Tax Reports` [view_id: 966, xml_id: n/a, model: account.tax.report, parent_id: 638]" while parsing file:/c:/program files (x86)/odoo 13.0/server/odoo/addons/base_accounting_kit/wizard/tax_report.xml:2, near Tax Reports account.tax.report Tax Reports account.tax.report ir.actions.act_window form {} new
Accounting reports in excel
i refer to the Accounting reports, There are posible to print in csv or xls file?
Re: Accounting reports in excel
Use this module for xls version https://apps.odoo.com/apps/modules/12.0/account_reports_xlsx/
how to convert reports to excel
there are a posible for convert your reports to excel
Re: how to convert reports to excel
What exactly you meant by 'reports'? Dashboard view, existing pdf reports..etc?
restarted but getting same error. Any comments ?
Error: Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://www.nadc.me/web/content/428-982764b/web.assets_common.js:3692:7) at Engine._render (http://www.nadc.me/web/content/428-982764b/web.assets_common.js:3737:103) at Engine.render (http://www.nadc.me/web/content/428-982764b/web.assets_common.js:3733:151) at Class.renderElement (http://www.nadc.me/web/content/428-982764b/web.assets_common.js:4093:1137) at Class.renderElement (http://www.nadc.me/web/content/469-8397092/web.assets_backend.js:472:288) at Class.prototype. [as renderElement] (http://www.nadc.me/web/content/428-982764b/web.assets_common.js:3861:488) at Class.renderElement (http://www.nadc.me/web/content/469-8397092/web.assets_backend.js:3890:1510) at Class.prototype. [as renderElement] (http://www.nadc.me/web/content/428-982764b/web.assets_common.js:3861:488) at http://www.nadc.me/web/content/428-982764b/web.assets_common.js:4103:6
Re: restarted but getting same error. Any comments ?
Are you sure you restarted the Odoo 'service'
Thank you for this wonderful app, following are my suggestions for the dashboard if possible add it.
1) When both multiple companies selected, it's showing dashboard output based on one company only. Can you correct it so the dashboard will be displayed based on the company filter? 2) Add the total amount for Bank & cash balance in the dashboard. Thank you for the effort and support Rinto Antony
Recurring entries don not show up
Hi, i have an issue whit the recurring entries, it did not appear in the invoice module. can you help me to configure correctly? Thanks!
error on install
Odoo Server Error Traceback (most recent call last): ValueError: Element '' cannot be located in parent view
journal_ids
journal_ids
Good
Hi Please give comma separator in number.
Re: Good
Updated
Odoo client error
instalation i OK, but when I start accounting apps (why no invoicing apps any more?), error windows popup Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://localhost:8069/web/content/925-b7be742/web.assets_common.js:3692:7) at Engine._render (http://localhost:8069/web/content/925-b7be742/web.assets_common.js:3737:103) at Engine.render (http://localhost:8069/web/content/925-b7be742/web.assets_common.js:3733:151) at Class.renderElement (http://localhost:8069/web/content/925-b7be742/web.assets_common.js:4090:1137) at Class.renderElement (http://localhost:8069/web/content/940-fb8ca79/web.assets_backend.js:472:288) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/925-b7be742/web.assets_common.js:3860:488) at Class.renderElement (http://localhost:8069/web/content/940-fb8ca79/web.assets_backend.js:3977:1496) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/925-b7be742/web.assets_common.js:3860:488) at http://localhost:8069/web/content/925-b7be742/web.assets_common.js:4100:6
Re: Odoo client error
Please restart the Odoo service
Error at opening
Error: Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3692:7) at Engine._render (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3737:103) at Engine.render (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3733:151) at Class.renderElement (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:4090:1137) at Class.renderElement (http://localhost:8069/web/content/329-bf22ac9/web.assets_backend.js:471:288) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3860:488) at Class.renderElement (http://localhost:8069/web/content/329-bf22ac9/web.assets_backend.js:3674:1496) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3860:488) at http://localhost:8069/web/content/311-af539b3/web.assets_common.js:4100:6
Re: Error at opening
Did you restated the service?
Installation Error
Hi to all. I have this issue when trying to open "Accounting" after module installation. Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3692:7) at Engine._render (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3737:103) at Engine.render (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3733:151) at Class.renderElement (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:4090:1137) at Class.renderElement (http://localhost:8069/web/content/329-bf22ac9/web.assets_backend.js:471:288) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3860:488) at Class.renderElement (http://localhost:8069/web/content/329-bf22ac9/web.assets_backend.js:3674:1496) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/311-af539b3/web.assets_common.js:3860:488) at http://localhost:8069/web/content/311-af539b3/web.assets_common.js:4100:6
many thanks for this module
i have a quation please Is this product free? Will it always work on a large workload? Many Thanks alaa kamel alaa.mywork@gmail.com
Re: many thanks for this module
Yes, its absolutely free. Please reach us if you face any problem.
This module requires a service RESTART.
Hi all. We have received many comments that users received error after installing the module. We would like to inform you that, This module requires a restart of Odoo service. Hope this info will help you
Nice module
This module very useful for me, thanks a lot :)
Error when I click on "Accounting"
Hello, I've just downloaded the recent Odoo 13 CE & base_accounting_kit as well. After the installation, I'm facing the below error just as I click on "Accounting": Error: Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:3692:7) at Engine._render (http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:3737:103) at Engine.render (http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:3733:151) at Class.renderElement (http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:4090:1137) at Class.renderElement (http://localhost:8069/web/content/463-e2c03f0/web.assets_backend.js:471:288) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:3860:488) at Class.renderElement (http://localhost:8069/web/content/463-e2c03f0/web.assets_backend.js:3759:1496) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:3860:488) at http://localhost:8069/web/content/443-11be7d7/web.assets_common.js:4100:6
Re: Error when I click on "Accounting"
Did you restart the service after you added 'base_accounting_kit' to your addons?
Error after installing module
After installing module I run into below error when I click on the Accounting menu Error: Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:3692:7) at Engine._render (http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:3737:103) at Engine.render (http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:3733:151) at Class.renderElement (http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:4090:1137) at Class.renderElement (http://localhost:8088/web/content/313-723d45f/web.assets_backend.js:471:288) at Class.prototype. [as renderElement] (http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:3860:488) at Class.renderElement (http://localhost:8088/web/content/313-723d45f/web.assets_backend.js:3567:1496) at Class.prototype. [as renderElement] (http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:3860:488) at http://localhost:8088/web/content/312-eb9a00c/web.assets_common.js:4100:6
Re: Error after installing module
We cannot reproduce this error. Could you please contact us on odoo@cybrosys.com
Current Year Earning
When i closed the fiscal year, and i create the closing journal (CY & Retained Earning Acc), the next fiscal year (new year) earning calculated the last year earning again !!!
Re: Current Year Earning
Nowadays, there is no concept of closing and opening of financial year in Odoo.
this error while running the app
Error: Traceback: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:3692:7) at Engine._render (http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:3737:103) at Engine.render (http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:3733:151) at Class.renderElement (http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:4090:1137) at Class.renderElement (http://197.246.11.41:8069/web/content/344-d99923b/web.assets_backend.js:471:288) at Class.prototype. [as renderElement] (http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:3860:488) at Class.renderElement (http://197.246.11.41:8069/web/content/344-d99923b/web.assets_backend.js:3683:1496) at Class.prototype. [as renderElement] (http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:3860:488) at http://197.246.11.41:8069/web/content/335-2f4b62b/web.assets_common.js:4100:6
Re: this error while running the app
We cannot reproduce this error. Could you please contact us on odoo@cybrosys.com
Module Installation error
Dear Team, Currently we are testing the cybrosys products to implement future plans. Once we are going to install the Cybrosys Accounting package(Technical name : base_accounting_kit), we got following error. We have installed all dependency modules as well. But, unfortunately we faced below incident after all. odoo@cybrosys.com -------------------------- Odoo Server Error Traceback (most recent call last): File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 642, in apply_inheritance_specs pre_locate=pre_locate) File "/opt/bitnami/odoo/odoo/tools/template_inheritance.py", line 230, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: Element '' cannot be located in parent view During handling of the above exception, another exception occurred:
Re: Module Installation error
Could you please sent your full error traceback to odoo@cybrosys.com
Accounting Module Installation Error
Dear Team, Currently we are testing the cybrosys products to implement future plans. Once we are going to install the Cybrosys Accounting package(Technical name : base_accounting_kit), we got following error. We have installed all dependency modules as well. But, unfortunately we faced below incident after all. Full error report email odoo@cybrosys.com -------------------------- Odoo Server Error Traceback (most recent call last): File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 642, in apply_inheritance_specs pre_locate=pre_locate) File "/opt/bitnami/odoo/odoo/tools/template_inheritance.py", line 230, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: Element '' cannot be located in parent view During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/bitnami/odoo/odoo/tools/convert.py", line 713, in parse self._tag_root(de) File "/opt/bitnami/odoo/odoo/tools/convert.py", line 675, in _tag_root f(rec) File "/opt/bitnami/odoo/odoo/tools/convert.py", line 578, in _tag_record record = model._load_records([data], self.mode == 'update') File "/opt/bitnami/odoo/odoo/models.py", line 4067, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "/opt/bitnami/odoo/odoo/addons/website/models/ir_ui_view.py", line 148, in _load_records_create records = super(View, self)._load_records_create(values) File "/opt/bitnami/odoo/odoo/models.py", line 3981, in _load_records_create return self.create(values) File "", line 2, in create File "/opt/bitnami/odoo/odoo/api.py", line 344, in _model_create_multi return create(self, arg) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 473, in create return super(View, self).create(vals_list) File "", line 2, in create File "/opt/bitnami/odoo/odoo/api.py", line 344, in _model_create_multi return create(self, arg) File "/opt/bitnami/odoo/odoo/models.py", line 3762, in create fields[0].determine_inverse(batch_recs) File "/opt/bitnami/odoo/odoo/fields.py", line 1109, in determine_inverse getattr(records, self.inverse)() File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 299, in _inverse_arch view.write(data) File "/opt/bitnami/odoo/odoo/addons/website/models/ir_ui_view.py", line 51, in write return super(View, self).write(vals) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 490, in write return super(View, self).write(self._compute_defaults(vals)) File "/opt/bitnami/odoo/odoo/models.py", line 3551, in write real_recs._validate_fields(set(vals) - set(inverse_fields)) File "/opt/bitnami/odoo/odoo/models.py", line 1167, in _validate_fields check(self) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 385, in _check_xml view_def = view.read_combined(['arch']) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 716, in read_combined arch = self.apply_view_inheritance(arch_tree, root.id, self.model) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 665, in apply_view_inheritance source = self.apply_inheritance_specs(source, specs_tree, view_id) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 644, in apply_inheritance_specs self.raise_view_error(str(e), inherit_id) File "/opt/bitnami/odoo/odoo/addons/base/models/ir_ui_view.py", line 592, in raise_view_error raise ValueError(message) ValueError: Element '' cannot be located in parent view
Template 'Invoicedashboard not found"
Hi, Thx for the quick reply. Unfortunately I am getting now this message and can't open the inovicing module: Error: QWeb2: Template 'Invoicedashboard' not found at Object.exception (http://localhost:8069/web/content/306-c458b33/web.assets_common.js:3692:7) at Engine._render (http://localhost:8069/web/content/306-c458b33/web.assets_common.js:3737:103) at Engine.render (http://localhost:8069/web/content/306-c458b33/web.assets_common.js:3733:151) at Class.renderElement (http://localhost:8069/web/content/306-c458b33/web.assets_common.js:4090:1137) at Class.renderElement (http://localhost:8069/web/content/321-397932d/web.assets_backend.js:471:288) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/306-c458b33/web.assets_common.js:3860:488) at Class.renderElement (http://localhost:8069/web/content/321-397932d/web.assets_backend.js:3574:1496) at Class.prototype. [as renderElement] (http://localhost:8069/web/content/306-c458b33/web.assets_common.js:3860:488) at http://localhost:8069/web/content/306-c458b33/web.assets_common.js:4100:6
Re: Template 'Invoicedashboard not found"
Are you sure you are using the latest version? If yes, Please share your email id with odoo@cybrosys.com. Our technical team will get back to you
can't install
Error: QWeb2: Template 'Invoicedashboard' not found
Re: can't install
Are you sure you are using the latest version? If yes, Please share your email id with odoo@cybrosys.com. Our technical team will get back to you
Can't open Module
Running Odoo locally on a windows machine, after installing and trying to test the following error pops up and I can't access the Module: Could not get content for /base_accounting_kit/static/lib/loading-bar-master/dist/loading-bar.css defined in bundle 'web.assets_backend'. Thx for any help
Re: Can't open Module
Please get the latest version. Already fixed this issue.
Love it but there are some issues related to Depreciation and Asset
I'm facing 2 issues in base_accounting_kit.view_account_asset_asset_form 1.) related to partner selections if I removed condition supplier=true from the field and left only it will able to pull the data 2.) unable to calculate depreciation due to the following error ผิดพลาด: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3/dist-packages/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise raise value File "/usr/lib/python3/dist-packages/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1319, in call_kw return self._call_kw(model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 393, in call_kw result = _call_kw_model_create(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 373, in _call_kw_model_create result = method(recs, *args, **kwargs) File "", line 2, in create File "/usr/lib/python3/dist-packages/odoo/api.py", line 322, in _model_create_single return create(self, arg) File "/mnt/extra-addons/base_accounting_kit/models/account_asset.py", line 581, in create asset.sudo().compute_depreciation_board() File "/mnt/extra-addons/base_accounting_kit/models/account_asset.py", line 357, in compute_depreciation_board asset_date = datetime.strptime(self.date[:7] + '-01', TypeError: 'datetime.date' object is not subscriptable
Re: Love it but there are some issues related to Depreciation and Asset
Its already fixed. May I know which version of app you are using.?
Accounting - Partner ledger giving following error and after upgrade 13.0.4.4.3 Aged Partner Balance not working at all
Error: Odoo Server Error Traceback (most recent call last): File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "C:\odoo\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise raise value File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 664, in dispatch result = self._call_function(**self.params) File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "C:\odoo\Odoo 13.0\server\odoo\service\model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 909, in __call__ return self.method(*args, **kw) File "C:\odoo\Odoo 13.0\server\odoo\http.py", line 510, in response_wrap response = f(*args, **kw) File "C:\odoo\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1319, in call_kw return self._call_kw(model, method, args, kwargs) File "C:\odoo\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\odoo\Odoo 13.0\server\odoo\api.py", line 391, in call_kw result = _call_kw_model(method, model, args, kwargs) File "C:\odoo\Odoo 13.0\server\odoo\api.py", line 364, in _call_kw_model result = method(recs, *args, **kwargs) File "C:\odoo\Odoo 13.0\server\odoo\addons\web\models\models.py", line 74, in web_read_group expand_limit, expand_orderby) File "C:\odoo\Odoo 13.0\server\odoo\addons\web\models\models.py", line 98, in _web_read_group orderby=orderby, lazy=lazy) File "C:\odoo\Odoo 13.0\server\odoo\models.py", line 2124, in read_group result = self._read_group_raw(domain, fields, groupby, offset=offset, limit=limit, orderby=orderby, lazy=lazy) File "C:\odoo\Odoo 13.0\server\odoo\models.py", line 2161, in _read_group_raw assert gb_field.store and gb_field.column_type, "Fields in 'groupby' must be regular database-persisted fields (no function or related fields), or function fields with store=True" AssertionError: Fields in 'groupby' must be regular database-persisted fields (no function or related fields), or function fields with store=True
Re: Accounting - Partner ledger giving following error and after upgrade 13.0.4.4.3 Aged Partner Balance not working at all
We couldn't reproduce this error. We have sent you an email to jackson.rpdcool@gmail.com. Please follow.
base_accounting_kit-13.0.4.4.3 after upgrade giving style error
Could not get content for /base_accounting_kit/static/lib/loading-bar-master/dist/loading-bar.css defined in bundle 'web.assets_backend'.
Re: base_accounting_kit-13.0.4.4.3 after upgrade giving style error
It is fixed
base_accounting_kit-13.0.4.4.3 after upgrading giving style error
Could not get content for /base_accounting_kit/static/lib/loading-bar-master/dist/loading-bar.css defined in bundle 'web.assets_backend'.
Re: base_accounting_kit-13.0.4.4.3 after upgrading giving style error
Thanks for reporting. Let us have a look.
creating a new asset depreciation
Error: Odoo Server Error Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/odoo-server/odoo/tools/pycompat.py", line 14, in reraise raise value File "/odoo/odoo-server/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/odoo/odoo-server/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/odoo-server/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/odoo/odoo-server/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/odoo/odoo-server/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/odoo/odoo-server/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1319, in call_kw return self._call_kw(model, method, args, kwargs) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 393, in call_kw result = _call_kw_model_create(method, model, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 373, in _call_kw_model_create result = method(recs, *args, **kwargs) File "", line 2, in create File "/odoo/odoo-server/odoo/api.py", line 322, in _model_create_single return create(self, arg) File "/odoo/odoo-server/addons/base_accounting_kit/models/account_asset.py", line 581, in create asset.sudo().compute_depreciation_board() File "/odoo/odoo-server/addons/base_accounting_kit/models/account_asset.py", line 357, in compute_depreciation_board asset_date = datetime.strptime(self.date[:7] + '-01', TypeError: 'datetime.date' object is not subscriptable
Re: creating a new asset depreciation
Are you using any custom addon?
Error: Odoo Server Error Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 642, in apply_inheritance_specs pre_locate=pre_locate) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\template_inheritance.py", line 230, in apply_inheritance_specs _("Element '%s' cannot be located in parent view") % tag ValueError: Element '' cannot be located in parent view During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\convert.py", line 713, in parse self._tag_root(de) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\convert.py", line 675, in _tag_root f(rec) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\convert.py", line 578, in _tag_record record = model._load_records([data], self.mode == 'update') File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 4070, in _load_records records = self._load_records_create([data['values'] for data in to_create]) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3984, in _load_records_create return self.create(values) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 344, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 473, in create return super(View, self).create(vals_list) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 344, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3765, in create fields[0].determine_inverse(batch_recs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\fields.py", line 1096, in determine_inverse getattr(records, self.inverse)() File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 299, in _inverse_arch view.write(data) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 490, in write return super(View, self).write(self._compute_defaults(vals)) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3554, in write real_recs._validate_fields(set(vals) - set(inverse_fields)) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 1167, in _validate_fields check(self)
Re:
Hello, Could you please share the full traceback to odoo@cybrosys.com
Are you aware of a way to enable this
Hi Does this module add back the fiscal periods?
Re:
No
MULTIPLE CUSTOMER PAYMENT IS NOT WORKING. GIVING FOLLOWING ERROR
Error: Odoo Server Error Traceback (most recent call last): File "D:\Odoo 13.0\server\odoo\http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "D:\Odoo 13.0\server\odoo\http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "D:\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise raise value File "D:\Odoo 13.0\server\odoo\http.py", line 664, in dispatch result = self._call_function(**self.params) File "D:\Odoo 13.0\server\odoo\http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "D:\Odoo 13.0\server\odoo\service\model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "D:\Odoo 13.0\server\odoo\http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "D:\Odoo 13.0\server\odoo\http.py", line 909, in __call__ return self.method(*args, **kw) File "D:\Odoo 13.0\server\odoo\http.py", line 510, in response_wrap response = f(*args, **kw) File "D:\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1323, in call_button action = self._call_kw(model, method, args, kwargs) File "D:\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "D:\Odoo 13.0\server\odoo\api.py", line 395, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "D:\Odoo 13.0\server\odoo\api.py", line 382, in _call_kw_multi result = method(recs, *args, **kwargs) File "D:\Odoo 13.0\server\odoo\addons\account\models\account_payment.py", line 833, in create_payments payments = Payment.create(self.get_payments_vals()) File "D:\Odoo 13.0\server\odoo\addons\base_accounting_kit\models\account_payment.py", line 36, in get_payments_vals res = super(AccountRegisterPayments, self).get_payment_vals() AttributeError: 'super' object has no attribute 'get_payment_vals'
Re: MULTIPLE CUSTOMER PAYMENT IS NOT WORKING. GIVING FOLLOWING ERROR
Thanks for reporting. Fixed
resolved
resolve it by removing summary and description from manifist file thanks a lot >>>
Re: resolved
Thanks for updating. we will look into it
error
after installing this module i cant create new database got this error Database creation error: 'res.users'
Error at Register payment in vendor bills
Error: Odoo Server Error Traceback (most recent call last): File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "C:\Program Files\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise raise value File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 664, in dispatch result = self._call_function(**self.params) File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "C:\Program Files\Odoo 13.0\server\odoo\service\model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 909, in __call__ return self.method(*args, **kw) File "C:\Program Files\Odoo 13.0\server\odoo\http.py", line 510, in response_wrap response = f(*args, **kw) File "C:\Program Files\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1238, in call_kw return self._call_kw(model, method, args, kwargs) File "C:\Program Files\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1230, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\Program Files\Odoo 13.0\server\odoo\api.py", line 406, in call_kw result = _call_kw_model(method, model, args, kwargs) File "C:\Program Files\Odoo 13.0\server\odoo\api.py", line 379, in _call_kw_model result = method(recs, *args, **kwargs) File "C:\Program Files\Odoo 13.0\server\odoo\models.py", line 1380, in load_views for [v_id, v_type] in views File "C:\Program Files\Odoo 13.0\server\odoo\models.py", line 1380, in for [v_id, v_type] in views File "C:\Program Files\Odoo 13.0\server\odoo\addons\mail\models\mail_thread.py", line 411, in fields_view_get res = super(MailThread, self).fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu) File "C:\Program Files\Odoo 13.0\server\odoo\addons\web\models\models.py", line 203, in fields_view_get r = super().fields_view_get(view_id, view_type, toolbar, submenu) File "C:\Program Files\Odoo 13.0\server\odoo\models.py", line 1466, in fields_view_get xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id) File "C:\Program Files\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 957, in postprocess_and_fields self.raise_view_error(message, view_id) File "C:\Program Files\Odoo 13.0\server\odoo\addons\base\models\ir_ui_view.py", line 590, in raise_view_error raise ValueError(message) ValueError: Field `effective_date` does not exist Error context: View `account.payment.invoice.form` [view_id: 891, xml_id: account.view_account_payment_invoice_form, model: account.payment, parent_id: 888]
I get error when getting General Ledger report
Error: Odoo Server Error Traceback (most recent call last): File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 331, in _compiled_fn return compiled(self, append, new, options, log) File "", line 1, in template_base_accounting_kit_report_general_ledger_97 File "", line 2, in body_call_content_95 File "", line 6, in body_call_content_93 File "", line 57, in foreach_92 File "", line 75, in foreach_91 TypeError: '>' not supported between instances of 'NoneType' and 'float' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/addons/web/controllers/main.py", line 2022, in report_download response = self.report_routes(reportname, converter=converter, context=context, **data) File "/odoo/odoo-server/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1953, in report_routes pdf = report.with_context(context).render_qweb_pdf(docids, data=data)[0] File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 715, in render_qweb_pdf html = self.with_context(context).render_qweb_html(res_ids, data=data)[0] File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 755, in render_qweb_html return self.render_template(self.report_name, data), 'html' File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 541, in render_template return view_obj.render_template(template, values) File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 1149, in render_template return self.browse(self.get_view_id(template)).render(values, engine) File "/odoo/odoo-server/addons/website/models/ir_ui_view.py", line 335, in render return super(View, self).render(values, engine=engine, minimal_qcontext=minimal_qcontext) File "/odoo/odoo-server/addons/web_editor/models/ir_ui_view.py", line 25, in render return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext) File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 1157, in render return self.env[engine].render(self.id, qcontext) File "/odoo/odoo-server/odoo/addons/base/models/ir_qweb.py", line 58, in render result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context) File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 259, in render self.compile(template, options)(self, body.append, values or {}) File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 338, in _compiled_fn raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name) odoo.addons.base.models.qweb.QWebException: '>' not supported between instances of 'NoneType' and 'float' Traceback (most recent call last): File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 331, in _compiled_fn return compiled(self, append, new, options, log) File "", line 1, in template_base_accounting_kit_report_general_ledger_97 File "", line 2, in body_call_content_95 File "", line 6, in body_call_content_93 File "", line 57, in foreach_92 File "", line 75, in foreach_91 TypeError: '>' not supported between instances of 'NoneType' and 'float' Error to render compiling AST TypeError: '>' not supported between instances of 'NoneType' and 'float' Template: base_accounting_kit.report_general_ledger Path: /t/t/t[4]/div/table/tbody/t/tr[2]/td[10]/span[1] Node:
Re: I get error when getting General Ledger report
Hello, Thanks for reporting, We have fixed this issue. Please get a latest copy
Error
Error: Odoo Server Error Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise raise value File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 664, in dispatch result = self._call_function(**self.params) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\service\model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 909, in __call__ return self.method(*args, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 510, in response_wrap response = f(*args, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1323, in call_button action = self._call_kw(model, method, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 411, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 398, in _call_kw_multi result = method(recs, *args, **kwargs) File "", line 2, in button_immediate_install File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_module.py", line 72, in check_and_log return method(self, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_module.py", line 463, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\base\models\ir_module.py", line 573, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\modules\registry.py", line 86, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\modules\loading.py", line 420, in load_modules loaded_modules, update_module, models_to_check) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\modules\loading.py", line 312, in load_marked_modules perform_checks=perform_checks, models_to_check=models_to_check File "C:\Program Files (x86)\Odoo 13.0\server\odoo\modules\loading.py", line 195, in load_module_graph registry.init_models(cr, model_names, {'module': package.name}) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\modules\registry.py", line 325, in init_models self.check_tables_exist(cr) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\modules\registry.py", line 341, in check_tables_exist env[name].init() File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\om_account_asset\report\account_asset_report.py", line 68, in init )""") File "C:\Program Files (x86)\Odoo 13.0\server\odoo\sql_db.py", line 163, in wrapper return f(self, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\sql_db.py", line 240, in execute res = self._obj.execute(query, params) psycopg2.errors.UndefinedTable: relation "account_asset_depreciation_line" does not exist LINE 30: from account_asset_depreciation_line dl ^
Re: Error
You are at wrong place :) Please post here: https://apps.odoo.com/apps/modules/13.0/om_account_accountant/
Error
Great, Recurring Payments work fine But the other problem still exists Could not execute command 'lessc'This error occured while compiling the bundle 'web.assets_backend' containing:
 - /web/static/lib/bootstrap/scss/_functions.scss
 - /web/static/lib/bootstrap/scss/_mixins.scss
 - /web/static/src/scss/bs_mixins_overrides.scss
 - /web/static/src/scss/utils.scss
 - /web/static/src/scss/primary_variables.scss
 - /web_editor/static/src/scss/web_editor.variables.scss
 - /mail/static/src/scss/variables.scss
 - /portal/static/src/scss/primary_variables.scss
 - /account/static/src/scss/variables.scss
 - /web_editor/static/src/scss/secondary_variables.scss
 - /web/static/src/scss/secondary_variables.scss
 - /web_editor/static/src/scss/bootstrap_overridden_backend.scss
 - /web_editor/static/src/scss/bootstrap_overridden.scss
 - /web/static/src/scss/bootstrap_overridden.scss
 - /web/static/lib/bootstrap/scss/_variables.scss
 - /web/static/src/scss/import_bootstrap.scss
 - /web/static/src/scss/bootstrap_review.scss
 - /web/static/src/scss/webclient_extra.scss
 - /web/static/src/scss/webclient_layout.scss
 - /web/static/src/scss/webclient.scss
 - /web/static/src/scss/domain_selector.scss
 - /web/static/src/scss/model_field_selector.scss
 - /web/static/src/scss/...
Re: Error
Sorry for the inconvenience, Its coming only in windows, we are trying to fix it
Error
Hello.. The problem is in the latest version, I downloaded it yesterday
Re: Error
Sorry, The word 'Already' came in accidentally. It is fixed after you reported.
Recurring Payments
Error Odoo Server Error Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\tools\pycompat.py", line 14, in reraise raise value File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 664, in dispatch result = self._call_function(**self.params) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\service\model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 909, in __call__ return self.method(*args, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\http.py", line 510, in response_wrap response = f(*args, **kw) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1323, in call_button action = self._call_kw(model, method, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\web\controllers\main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 395, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 382, in _call_kw_multi result = method(recs, *args, **kwargs) File "d:\app\base_accounting_kit\wizard\recurring_payments.py", line 123, in generate_payment move_id = self.env['account.move'].create(vals) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 343, in _model_create_multi return create(self, [arg]) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\purchase\models\account_invoice.py", line 74, in create moves = super(AccountMove, self).create(vals_list) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 344, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\account\models\account_move.py", line 1507, in create moves = super(AccountMove, self).create(vals_list) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 344, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\addons\mail\models\mail_thread.py", line 269, in create threads = super(MailThread, self).create(vals_list) File "", line 2, in create File "C:\Program Files (x86)\Odoo 13.0\server\odoo\api.py", line 344, in _model_create_multi return create(self, arg) File "C:\Program Files (x86)\Odoo 13.0\server\odoo\models.py", line 3664, in create raise ValueError("Invalid field %r on model %r" % (key, self._name)) ValueError: Invalid field 'is_active' on model 'account.move'
Re: Recurring Payments
Hello, Thanks for reporting, We have already fixed this issue. Please get a latest copy
Style error
Could not execute command 'lessc'This error occured while compiling the bundle 'web.assets_backend' containing:
 - /web/static/lib/bootstrap/scss/_functions.scss
 - /web/static/lib/bootstrap/scss/_mixins.scss
 - /web/static/src/scss/bs_mixins_overrides.scss
 - /web/static/src/scss/utils.scss
 - /web/static/src/scss/primary_variables.scss
 - /web_editor/static/src/scss/web_editor.variables.scss
 - /mail/static/src/scss/variables.scss
 - /portal/static/src/scss/primary_variables.scss
 - /account/static/src/scss/variables.scss
 - /web_editor/static/src/scss/secondary_variables.scss
 - /web/static/src/scss/secondary_variables.scss
 - /web_editor/static/src/scss/bootstrap_overridden_backend.scss
 - /web_editor/static/src/scss/bootstrap_overridden.scss
 - /web/static/src/scss/bootstrap_overridden.scss
 - /web/static/lib/bootstrap/scss/_variables.scss
 - /web/static/src/scss/import_bootstrap.scss
 - /web/static/src/scss/bootstrap_review.scss
 - /web/static/src/scss/webclient_extra.scss
 - /web/static/src/scss/webclient_layout.scss
 - /web/static/src/scss/webclient.scss
 - /web/static/src/scss/domain_selector.scss
 - /web/static/src/scss/model_field_selector.scss
 - /web/static/src/scss/...