main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit cccff5726c - Show all commits

View File

@@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<form col="4"> <form>
<group col="4" colspan="4" id="hd" yfill="1"> <group id="hd" yfill="1">
<label name="party"/> <label name="party"/>
<field name="party"/> <field name="party"/>
<label name="number"/> <label name="number"/>
@@ -65,5 +65,5 @@ this repository contains the full copyright notices and license terms. -->
<button name="process"/> <button name="process"/>
<button name="manual_invoice" icon="tryton-forward"/> <button name="manual_invoice" icon="tryton-forward"/>
</group> --> </group> -->
<field name="party_lang" invisible="1" colspan="4"/> <field name="party_lang" invisible="1"/>
</form> </form>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<form col="4"> <form>
<group col="4" colspan="4" id="hd" yfill="1"> <group id="hd" yfill="1">
<label name="party"/> <label name="party"/>
<field name="party"/> <field name="party"/>
<label name="number"/> <label name="number"/>
@@ -69,5 +69,5 @@ this repository contains the full copyright notices and license terms. -->
<button name="manual_invoice" icon="tryton-forward"/> <button name="manual_invoice" icon="tryton-forward"/>
<button name="manual_shipment" icon="tryton-forward"/> <button name="manual_shipment" icon="tryton-forward"/>
</group> --> </group> -->
<field name="party_lang" invisible="1" colspan="4"/> <field name="party_lang" invisible="1"/>
</form> </form>