[16.0][MIG] account_move_line_check_number
This commit is contained in:
parent
a7dbee00af
commit
d59cbe46f6
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Account Move Line Check Number",
|
"name": "Account Move Line Check Number",
|
||||||
"version": "14.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"author": "Ecosoft, Odoo Community Association (OCA)",
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/account-financial-tools",
|
"website": "https://github.com/OCA/account-financial-tools",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
|
@ -8,7 +8,6 @@ class AccountMoveLine(models.Model):
|
|||||||
_inherit = "account.move.line"
|
_inherit = "account.move.line"
|
||||||
|
|
||||||
check_number = fields.Char(
|
check_number = fields.Char(
|
||||||
string="Check Number",
|
|
||||||
compute="_compute_check_number",
|
compute="_compute_check_number",
|
||||||
store=True,
|
store=True,
|
||||||
readonly=False,
|
readonly=False,
|
||||||
|
@ -22,16 +22,6 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</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">
|
<record id="view_account_move_line_filter" model="ir.ui.view">
|
||||||
<field name="name">account.move.line.search</field>
|
<field name="name">account.move.line.search</field>
|
||||||
<field name="model">account.move.line</field>
|
<field name="model">account.move.line</field>
|
||||||
|
Loading…
Reference in New Issue
Block a user