account_usability: add tracking on a field and improve move line search view
This commit is contained in:
@@ -417,6 +417,8 @@ class ResPartner(models.Model):
|
||||
payable_journal_item_count = fields.Integer(
|
||||
compute='_compute_journal_item_count',
|
||||
string="Payable Journal Items", readonly=True)
|
||||
property_account_position = fields.Many2one(
|
||||
track_visibility='onchange')
|
||||
|
||||
|
||||
class AccountFiscalPosition(models.Model):
|
||||
|
||||
@@ -246,6 +246,9 @@ module -->
|
||||
<field name="name" position="attributes">
|
||||
<attribute name="string">Name or Reference</attribute>
|
||||
</field>
|
||||
<field name="account_id" position="after">
|
||||
<field name="analytic_account_id"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user