Skip to content

Commit

Permalink
Merge pull request #464 from frePPLe/17.0
Browse files Browse the repository at this point in the history
Syncing from upstream frePPLe/odoo (17.0)
  • Loading branch information
bt-admin authored Aug 14, 2024
2 parents 147ae13 + 0affc66 commit 31d3952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frepple/views/quote_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@
</field>
</record>

<menuitem name="FrePPLe Quotes" id="frepple_quote_post_menu_action" action="frepple_quote_post_action" groups="frepple_quoting_user"/>
<menuitem name="FrePPLe Quotes" id="frepple_quote_post_menu_action"
action="frepple_quote_post_action" groups="frepple_quoting_user"
web_icon="frepple,static/description/icon.png" />
</odoo>
2 changes: 1 addition & 1 deletion frepple/views/sale_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//div[span[@name='expected_date_span']]" position="after">
<xpath expr="//div[@name='commitment_date_div']" position="after">
<field name="_without_quote" invisible="True"/>
<button string="Quote" name="action_frepple_quote" type="object" class="oe_highlight" invisible="_without_quote" confirm="This will send a quote request to frepple"/>
</xpath>
Expand Down

0 comments on commit 31d3952

Please sign in to comment.