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 = {
|
||||
'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(
|
||||
|
||||
Reference in New Issue
Block a user