mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[imp] account_move_batch_validate: hide job uuid, make mark readonly
This commit is contained in:
committed by
Artem Kostyuk
parent
c4f3dc784c
commit
c1c1912f6e
@@ -40,7 +40,8 @@ class account_move(orm.Model):
|
|||||||
|
|
||||||
_columns = {
|
_columns = {
|
||||||
'to_post': fields.boolean(
|
'to_post': fields.boolean(
|
||||||
'To Post',
|
'Posting Requested',
|
||||||
|
readonly=True,
|
||||||
help='Check this box to mark the move for batch posting'
|
help='Check this box to mark the move for batch posting'
|
||||||
),
|
),
|
||||||
'post_job_uuid': fields.char(
|
'post_job_uuid': fields.char(
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="to_check" position="after">
|
<field name="to_check" position="after">
|
||||||
<field name="to_post"/>
|
<field name="to_post"/>
|
||||||
<field name="post_job_uuid"/>
|
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
@@ -21,7 +20,6 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="to_check" position="after">
|
<field name="to_check" position="after">
|
||||||
<field name="to_post"/>
|
<field name="to_post"/>
|
||||||
<field name="post_job_uuid"/>
|
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
Reference in New Issue
Block a user