2
0

[16.0][MIG] account_move_line_check_number

This commit is contained in:
Christopher Ormaza 2023-06-22 08:43:47 -05:00
parent a7dbee00af
commit d59cbe46f6
3 changed files with 1 additions and 12 deletions

View File

@ -3,7 +3,7 @@
{
"name": "Account Move Line Check Number",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Ecosoft, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"license": "AGPL-3",

View File

@ -8,7 +8,6 @@ class AccountMoveLine(models.Model):
_inherit = "account.move.line"
check_number = fields.Char(
string="Check Number",
compute="_compute_check_number",
store=True,
readonly=False,

View File

@ -22,16 +22,6 @@
</xpath>
</field>
</record>
<record id="view_move_line_tree_grouped" model="ir.ui.view">
<field name="name">account.move.line.tree.grouped</field>
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_tree_grouped" />
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position="after">
<field name="check_number" readonly="True" optional="hide" />
</xpath>
</field>
</record>
<record id="view_account_move_line_filter" model="ir.ui.view">
<field name="name">account.move.line.search</field>
<field name="model">account.move.line</field>