[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(