Skip to content

Commit

Permalink
Fix access rights error with sale_order_invoicing_finished_task
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha authored and OCA-git-bot committed Jul 16, 2019
1 parent 04e9a12 commit dc25815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_order_invoicing_finished_task/__manifest__.py
Expand Up @@ -7,7 +7,7 @@
"name": "Sale Order Invoicing Finished Task",
"summary": "Control invoice order lines if their related task has been "
"set to invoiceable",
"version": "11.0.1.0.0",
"version": "11.0.1.0.2",
"category": "Sales",
"website": "https://github.com/OCA/sale-workflow",
"author": "Tecnativa, "
Expand Down
2 changes: 1 addition & 1 deletion sale_order_invoicing_finished_task/views/project_view.xml
Expand Up @@ -18,7 +18,7 @@
<field name="model">project.task</field>
<field name="inherit_id" ref="project.view_task_form2"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='planned_hours']" position="after">
<xpath expr="/form" position="inside">
<field name="invoicing_finished_task" invisible="1"/>
</xpath>

Expand Down

0 comments on commit dc25815

Please sign in to comment.