Questions tagged [odoo-accounting]
22 questions
3
votes
0 answers
How to validate invoices state draft odoo
My problem is to import my invoices, I go to Accounting -> Invoice Client -> Import. From there, I put my Excel file EBP containing all my invoices. I select the different fields to import (customer, date, product, price, quantity, taxes ...) but I…

Loloi Hind
- 177
- 3
- 16
2
votes
1 answer
Why is the account module upgrade unlinking records on some tables?
I just wanted to make sure that upgrading the base or account module everything works fine, because if I pull new changes to the module I want to upgrade the database in a future.
I have created new records manually on the model account.acount.type.…

ChesuCR
- 9,352
- 5
- 51
- 114
1
vote
1 answer
How to compute debit, credit amount in Vendor Bill in Odoo?
I am new to Odoo Accounting. I have been encountering a problem in calculating debit and credit amount of Vendor Bill. I have added two new fields in purchase order line, discount_type and discount_amt. The subtotal value must be (price_unit *…

Jeremy Gillbert
- 133
- 2
- 10
1
vote
2 answers
How to override wizard's method on odoo 12
I am trying to override a single method on wizard's class that gets executed when the user click submit.
account_consolidation_custom/wizard/CustomClass.py
class AccountConsolidationConsolidate(models.TransientModel):
_name =…

czuniga
- 129
- 10
1
vote
2 answers
How to get the number of Days in a Specific Month between Two Dates in Python
I have two date fields campaign_start_date and campaign_end_date. I want to count the number of days in each month that comes in-between the campaign_start_date and campaign_end_date.
eg:
campaign_start_date = September 7 2017
campaign_end_date …

Pravitha V
- 3,308
- 4
- 33
- 51
1
vote
2 answers
Fiscal position implementation in odoo
I have seen one option in odoo accounting "Fiscal Position" under
Accounting => Configuration => Accounting => Fiscal Position
I have checked it's features but I am not really getting at which point of time it's really useful or we can implement…

Emipro Technologies Pvt. Ltd.
- 14,598
- 5
- 45
- 75
0
votes
0 answers
Server error from any action in Accounting module in Odoo 16
Installed Odoo 16 on Ubuntu 20.04 with Odoo Accounting 16. Keep getting an error if I try anything with accounting (below is from trying to create a new bill). New to Odoo and appreciate any help.
Error pg 1
Error pg 2
All other modules seem to be…

Shiv
- 1
0
votes
0 answers
How to set record rule for account move to show and access each user own records and their invoices in Odoo 15?
Is this possible to do this by record rule?
Example:
user A should see his own invoices and create as well invoice,
and another user B is an administrator to see all invoices
C user should only pay the bill on created invoices by A user.
so if we…

Javed ahmadzai
- 1
- 1
0
votes
2 answers
Change default recipient bank in Customer invoice
In customer invoices (v15) how to change default Recipient Bank - as shown on screenshot
Thank you!

Matija Amondi
- 59
- 5
0
votes
1 answer
Change footer in Follow up reports
I need to change footer text in follow up reports - both email and print version.
Data contained in it is coming from Company details - phone, email and website URL. I wasn't able to find file where it can be changed to something else. Only file I…

Matija Amondi
- 59
- 5
0
votes
0 answers
Change table in follow up reports
I need to change table that is generated in follow up report email - some basic styling and rearanging of columns.
I found this solution to change "account.report_invoice_document" but I didn't find the same columns here as they are in report (from…

Matija Amondi
- 59
- 5
0
votes
0 answers
Odoo 16 accounting dashboard not showing
I'm using odoo 16 online for month a go, and yesterday the accounting dashboard charts not showing.
I did not use any custom module.
how i can resolve this issue.
Thanks.

Ahmed hamuda
- 53
- 6
0
votes
0 answers
Cannot Create Cash Register in Modul Accounting Odoo 16
So i tried to install external accounting modul from https://apps.odoo.com/apps/modules/16.0/om_account_accountant/.
But when i go to modul accounting and i tried to create Cash Register, there is no option to create or atleast button create to make…
0
votes
0 answers
Unable to create a manual payment in Odoo 15 community edition
I am using Odoo 15 Community edition.
When I go to Accounting/[Customers|Vendors]/Payments and try to register a new payment, I get this python error:
ValueError: Invalid field 'effective_date' on model 'account.payment'
Only way to get out of…
0
votes
1 answer
Creating records and salary rules dynamically for each company existing, and linking them to the accounting plan
In Odoo 13 we have encountered a multi company problem, where there need's to be the same set of salary rules and salary structures (belonging to the OCA payroll module) for each company.
We don't want to statically define the records for each…

Houssem Chouia
- 93
- 3
- 12