[imp] account_move_batch_validate: hide job uuid, make mark readonly

This commit is contained in:
Leonardo Pistone
2014-02-21 14:44:05 +01:00
committed by Artem Kostyuk
parent c4f3dc784c
commit c1c1912f6e
2 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,8 @@ class account_move(orm.Model):
_columns = {
'to_post': fields.boolean(
'To Post',
'Posting Requested',
readonly=True,
help='Check this box to mark the move for batch posting'
),
'post_job_uuid': fields.char(

View File

@@ -9,7 +9,6 @@
<field name="arch" type="xml">
<field name="to_check" position="after">
<field name="to_post"/>
<field name="post_job_uuid"/>
</field>
</field>
</record>
@@ -21,7 +20,6 @@
<field name="arch" type="xml">
<field name="to_check" position="after">
<field name="to_post"/>
<field name="post_job_uuid"/>
</field>
</field>
</record>