first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form" position="inside">
<separator string="Gift Card" id="gift_card" colspan="4"/>
<label name="gift_card_account_expense"/>
<field name="gift_card_account_expense"/>
<label name="gift_card_account_revenue"/>
<field name="gift_card_account_revenue"/>
</xpath>
</data>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//group[@id='checkboxes']" position="inside">
<label name="gift_card"/>
<field name="gift_card" xexpand="0" width="25"/>
</xpath>
</data>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//field[@name='sale_sequence']" position="after">
<label name="gift_card_sequence"/>
<field name="gift_card_sequence"/>
</xpath>
</data>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="number"/>
<field name="number"/>
<label name="company"/>
<field name="company"/>
<label name="product"/>
<field name="product"/>
<newline/>
<label name="value"/>
<field name="value" symbol=""/>
<label name="currency"/>
<field name="currency"/>
<label name="origin"/>
<field name="origin"/>
<label name="spent_on"/>
<field name="spent_on"/>
</form>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="company" expand="1" optional="1"/>
<field name="number" expand="2"/>
<field name="product" optional="0"/>
<field name="value" expand="1"/>
</tree>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//notebook" position="inside">
<page name="gift_cards">
<field name="gift_cards" colspan="4"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//notebook/page[@id='sale']" position="after">
<page name="gift_cards">
<field name="gift_cards" colspan="4" widget="many2many"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//notebook/page[@id='taxes']" position="after">
<page id="gift_cards" string="Gift Cards">
<label name="gift_card_email"/>
<field name="gift_card_email"/>
<field name="gift_cards" colspan="4"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@id='sale']" position="after">
<page name="gift_cards">
<field name="gift_cards" colspan="4" widget="many2many"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@id='general']" position="after">
<page id="gift_cards" string="Gift Cards">
<label name="gift_card_email"/>
<field name="gift_card_email"/>
<label name="gift_cards" colspan="4"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="product"/>
<field name="product"/>
<label name="amount"/>
<field name="amount"/>
<label name="email"/>
<field name="email"/>
<field name="sale" colspan="4" invisible="1"/>
</form>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@id='general']/group[@id='checkboxes']" position="inside">
<label name="gift_card"/>
<field name="gift_card" xexpand="0" width="25"/>
</xpath>
</data>