mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-21 21:22:03 +00:00
Automatic Update form OCA2FC Migrator
This commit is contained in:
parent
863c1f105a
commit
25829008cf
@ -11,6 +11,6 @@ addon | version | summary
|
||||
--- | --- | ---
|
||||
[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 2.0.1.0.1| Adds start/end dates on invoice/move lines
|
||||
[account_cutoff_base](account_cutoff_base/) | 2.0.1.0.0| Base module for Account Cut-offs
|
||||
[account_cutoff_accrual_picking](account_cutoff_accrual_picking/) | 2.0.1.0.0| Accrued expense & accrued revenue from pickings
|
||||
[account_cutoff_accrual_picking](account_cutoff_accrual_picking/) | 2.0.1.1.0| Accrued expense & accrued revenue from pickings
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
"name": "Account Cut-off Accrual Picking",
|
||||
"version": "2.0.1.0.0",
|
||||
"version": "2.0.1.1.0",
|
||||
"category": "Accounting",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Accrued expense & accrued revenue from pickings",
|
||||
|
@ -79,7 +79,7 @@ class AccountCutoff(models.Model):
|
||||
tax_compute_all_res = vdict["taxes"].compute_all(
|
||||
vdict["price_unit"],
|
||||
currency=currency,
|
||||
quantity=qty,
|
||||
quantity=qty * sign,
|
||||
product=vdict["product"],
|
||||
partner=vdict["partner"],
|
||||
handle_price_include=False,
|
||||
|
Loading…
Reference in New Issue
Block a user