Skip to content

Commit

Permalink
Merge pull request #1802 from VoicuStefan2001/16.0
Browse files Browse the repository at this point in the history
[16.0][UPD] deltatech_business_process
  • Loading branch information
VoicuStefan2001 authored Oct 14, 2024
2 parents e435597 + 497c26b commit 90ef790
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ addon | version | maintainers | summary | price
[deltatech_average_payment_period](deltatech_average_payment_period/) | 16.0.1.0.0 | [![dhongu](https:/dhongu.png?size=30px)](https:/dhongu) | Computes average duration of cash accounting | Free
[deltatech_backup_attachment](deltatech_backup_attachment/) | 16.0.1.0.1 | [![dhongu](https:/dhongu.png?size=30px)](https:/dhongu) | Backup attachments for selected file type | Free
[deltatech_batch_transfer](deltatech_batch_transfer/) | 16.0.0.0.2 | [![danila12](https:/danila12.png?size=30px)](https:/danila12) | Batch transfer improvements | Free
[deltatech_business_process](deltatech_business_process/) | 16.0.1.2.3 | [![dhongu](https:/dhongu.png?size=30px)](https:/dhongu) | Business process | Free
[deltatech_business_process](deltatech_business_process/) | 16.0.1.2.4 | [![dhongu](https:/dhongu.png?size=30px)](https:/dhongu) | Business process | Free
[deltatech_business_process_documentation](deltatech_business_process_documentation/) | 16.0.1.0.5 | [![dhongu](https:/dhongu.png?size=30px)](https:/dhongu) | Business process documentation | Free
[deltatech_business_process_handover_document](deltatech_business_process_handover_document/) | 16.0.0.0.1 | [![VoicuStefan2001](https:/VoicuStefan2001.png?size=30px)](https:/VoicuStefan2001) | Business process verbal process | Free
[deltatech_card_payment](deltatech_card_payment/) | 16.0.1.0.1 | [![dhongu](https:/dhongu.png?size=30px)](https:/dhongu) | Deltatech Payment Method Card | Free
Expand Down
2 changes: 1 addition & 1 deletion deltatech_business_process/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Business process
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0622ba332308c76dc09814c4b462c04a5742a7e9c9534cd79e0f4ab2c02e806e
!! source digest: sha256:55cc06f7ddea6bf434a6e8e771cf25c074164935ac51559e2411197af5fdb210
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion deltatech_business_process/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Business process",
"summary": "Business process",
"version": "16.0.1.2.3",
"version": "16.0.1.2.4",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"license": "OPL-1",
Expand Down
2 changes: 1 addition & 1 deletion deltatech_business_process/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="title">Business process</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0622ba332308c76dc09814c4b462c04a5742a7e9c9534cd79e0f4ab2c02e806e
!! source digest: sha256:55cc06f7ddea6bf434a6e8e771cf25c074164935ac51559e2411197af5fdb210
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https:/dhongu/deltatech/tree/16.0/deltatech_business_process"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<dl class="docutils">
Expand Down
6 changes: 3 additions & 3 deletions deltatech_business_process/views/business_process_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
</div>


<div class="oe_title">
<h1>
<field name="name" default_focus="1" placeholder="Name" class="oe_inline" />
<div>
<h1 class="col-12">
<field name="name" default_focus="1" placeholder="Name" />
</h1>
</div>

Expand Down

0 comments on commit 90ef790

Please sign in to comment.