[16.0]add support for some administrative order types

This commit is contained in:
Luc De Meyer
2023-05-28 22:12:47 +02:00
parent 6c1da7be63
commit 2e029ef40f
10 changed files with 153 additions and 13 deletions

View File

@@ -40,10 +40,15 @@
name="ebics_download"
string="Download Files"
type="object"
class="oe_highlight"
class="btn-primary"
data-hotkey="q"
/>
<button
string="Cancel"
class="btn-secondary"
special="cancel"
data-hotkey="z"
/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field>
@@ -95,10 +100,15 @@
name="ebics_upload"
string="Upload File"
type="object"
class="oe_highlight"
class="btn-primary"
data-hotkey="q"
/>
<button
string="Cancel"
class="btn-secondary"
special="cancel"
data-hotkey="z"
/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field>
@@ -117,10 +127,16 @@
name="view_ebics_file"
type="object"
string="View EBICS File(s)"
class="oe_highlight"
class="btn-primary"
invisible="not context.get('ebics_file_ids')"
data-hotkey="q"
/>
<button
string="Close"
class="btn-secondary"
special="cancel"
data-hotkey="z"
/>
<button name="button_close" type="object" string="Close" />
</footer>
</form>
</field>