Initial commit
This commit is contained in:
7
view/close_statement_done_form.xml
Normal file
7
view/close_statement_done_form.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<form string="Close Statements" col="4">
|
||||
<field name="result" colspan="4"/>
|
||||
</form>
|
||||
12
view/close_statement_start_form.xml
Normal file
12
view/close_statement_start_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<form string="Close Statements" col="2">
|
||||
<image name="tryton-dialog-information" xexpand="0"
|
||||
xfill="0"/>
|
||||
<label
|
||||
string="You are going to close statements of your device."
|
||||
id="create"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
7
view/open_statement_done_form.xml
Normal file
7
view/open_statement_done_form.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<form string="Open Statements" col="4">
|
||||
<field name="result" colspan="4"/>
|
||||
</form>
|
||||
12
view/open_statement_start_form.xml
Normal file
12
view/open_statement_start_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<form string="Open Statements" col="2">
|
||||
<image name="tryton-dialog-information" xexpand="0"
|
||||
xfill="0"/>
|
||||
<label
|
||||
string="You are going to open statements of your device."
|
||||
id="create"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
15
view/sale_device_form.xml
Normal file
15
view/sale_device_form.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<form string="Sale Device Configuration" col="4">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="shop"/>
|
||||
<field name="shop"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="journal"/>
|
||||
<field name="journal" widget="selection"/>
|
||||
<field name="journals" colspan="4"/>
|
||||
</form>
|
||||
9
view/sale_device_tree.xml
Normal file
9
view/sale_device_tree.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<tree string="Sale Device Configuration">
|
||||
<field name="name"/>
|
||||
<field name="shop"/>
|
||||
<field name="company"/>
|
||||
</tree>
|
||||
28
view/sale_form.xml
Normal file
28
view/sale_form.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id="sale"]/group/group[@id="buttons"]"
|
||||
position="replace_attributes">
|
||||
<group col="8" colspan="2" id="buttons"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id="sale"]/group/group/button[@name="process"]"
|
||||
position="after">
|
||||
<button name="wizard_sale_payment" string="_Pay"
|
||||
icon="tryton-go-next"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id="shipments"]"
|
||||
position="after">
|
||||
<page string="Payments" col="4" id="payments">
|
||||
<field name="payments" colspan="4" readonly="1"/>
|
||||
<label name="paid_amount"/>
|
||||
<field name="paid_amount"/>
|
||||
<label name="residual_amount"/>
|
||||
<field name="residual_amount"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
12
view/sale_payment_form.xml
Normal file
12
view/sale_payment_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<form string="Sale Payment Form">
|
||||
<label name="journal"/>
|
||||
<field name="journal" widget="selection"/>
|
||||
<label name="payment_amount"/>
|
||||
<field name="payment_amount"/>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
</form>
|
||||
12
view/user_form.xml
Normal file
12
view/user_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id="preferences"]/field[@name="shop"]"
|
||||
position="after">
|
||||
<label name="sale_device"/>
|
||||
<field name="sale_device" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
12
view/user_form_preferences.xml
Normal file
12
view/user_form_preferences.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of the sale_payment module for Tryton.
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@id="preferences"]/field[@name="shop"]"
|
||||
position="after">
|
||||
<label name="sale_device"/>
|
||||
<field name="sale_device" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user