Skip to content

Commit

Permalink
Merge pull request #416 from ecosoft-odoo/14.0-add-budget_control_job
Browse files Browse the repository at this point in the history
[14.0][FIX] budget_control_contract: not change date
  • Loading branch information
TheerayutEncoder authored Oct 16, 2023
2 parents 4d2b857 + 7700a17 commit 735b4ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion budget_control_contract/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import base_budget_move
from . import contract_budget_move
from . import budget_period
from . import contract
Expand Down
20 changes: 0 additions & 20 deletions budget_control_contract/models/base_budget_move.py

This file was deleted.

2 changes: 1 addition & 1 deletion budget_plan_revision/views/budget_plan_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
class="oe_highlight"
string="New Revision"
type="object"
attrs="{'invisible': ['|', ('budget_control_count', '=', 0), ('state', '!=', 'done')]}"
states="done"
confirm="This operation cannot be undone. Are you sure to continue?"
/>
</xpath>
Expand Down

0 comments on commit 735b4ee

Please sign in to comment.