Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][FIX] budget_control_contract: not change date #416

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading