mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-18 03:52:00 +02:00
Set defaults: result_selection=customer_supplier, reconciled=True
🤖 assisted by claude
This commit is contained in:
parent
ac882b6121
commit
2bbfa04c25
1 changed files with 2 additions and 1 deletions
|
|
@ -8,11 +8,12 @@ class AccountPartnerLedger(models.TransientModel):
|
|||
_inherit = "account.common.partner.report"
|
||||
_description = "Account Partner Ledger"
|
||||
|
||||
result_selection = fields.Selection(selection_add=[], default='customer_supplier')
|
||||
amount_currency = fields.Boolean("With Currency",
|
||||
help="It adds the currency column on "
|
||||
"report if the currency differs from "
|
||||
"the company currency.")
|
||||
reconciled = fields.Boolean('Reconciled Entries')
|
||||
reconciled = fields.Boolean('Reconciled Entries', default=True)
|
||||
previous_balance = fields.Boolean('Previous Balance', default=True,
|
||||
help="Show previous balance before the start date.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue