~unifield-team/unifield-server/trunk

« back to all changes in this revision

Viewing changes to bin/addons/msf_outgoing/wizard/check_ppl_integrity.xml

  • Committer: jf
  • Date: 2019-01-09 13:37:12 UTC
  • mfrom: (5196.2.12 unifield-server)
  • Revision ID: jfb@tempo-consulting.fr-20190109133712-wytu9kj94ayfl9rq
[MERGE] UF11.1rc1
  US-5391 [FIX] Product list and product deactivation
  US-5450 [IMP] UniData products on OCGHQ: convert prices to CHF if currency is set to EUR
  US-5339 [IMP] Payroll rounding line: use the default destination of the account 67000 instead of always SUP
  US-5235 [IMP] Packing: allow to create packs with decimal PCE
  US-5301 [IMP] JI / AJI export: add the DB ID used for Vertical Integration
  US-5425 [FIX] JI amount_currency field: set to 0 for FXA and REV Journal Items + patch script
  US-5452 [FIX] PO numbering jumps: check partner / po type compatibility on the on_change
  US-5398 [IMP] OCG Product: patch script to update cost price
  US-5337 [IMP] Physical Inventory: Expiry date button missing
  US-5203 [FIX] FO / IR Dashboard delete button removed

lp:unifield-server/uf11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
        <data>
 
4
                <record id="check_ppl_integrity_form_view" model="ir.ui.view">
 
5
                        <field name="name">check.ppl.integrity.form.view</field>
 
6
                        <field name="model">check.ppl.integrity</field>
 
7
                        <field name="type">form</field>
 
8
                        <field name="arch" type="xml">
 
9
                                <form string="PPL integrity">
 
10
                    <field name="ppl_processor_id" invisible="1" />
 
11
                    <group colspan="2">
 
12
                        <html>
 
13
                            <p id="ppl_integrity_message" style="text-align:center; color: red; font-weight: bold; font-size: 1.3em">
 
14
                                <translate>
 
15
                                    WARNING! The packing results in one or more products with decimal quantities per pack, therefore it might not be possible to do a return of packs or to ship only some of this range of packs
 
16
                                </translate>
 
17
                           </p>
 
18
                        </html>
 
19
                    </group>
 
20
                    <newline/>
 
21
                    <group>
 
22
                        <field name="line_number_with_issue"/>
 
23
                    </group>
 
24
                    <separator/>
 
25
                                        <button name="cancel" type="object" icon="gtk-cancel" string="Go Back" />
 
26
                                    <button name="next" type="object" icon="gtk-jump-to" string="Continue" />
 
27
                </form>
 
28
            </field>
 
29
                </record>
 
30
        </data>
 
31
</openerp>