33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Account Chart Update Code Digits </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="account-chart-update-code-digits ">
364- < h1 class ="title "> Account Chart Update Code Digits</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="account-chart-update-code-digits ">
370+ < h1 > Account Chart Update Code Digits</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:8496b47c44ab03d44f20c812451e8ec2ee8233139c39de45f030ca18a28faf79
375+ !! source digest: sha256:606a0539e2d236ca73f56adc77b1bc41bc83ef394477e67ca8db3b4b7fcd0ce6
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/account-financial-tools/tree/18.0/account_chart_update_code_digits "> < img alt ="OCA/account-financial-tools " src ="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/account-financial-tools-18-0/account-financial-tools-18-0-account_chart_update_code_digits "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/account-financial-tools/tree/18.0/account_chart_update_code_digits "> < img alt ="OCA/account-financial-tools " src ="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/account-financial-tools-18-0/account-financial-tools-18-0-account_chart_update_code_digits "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module extends the functionality of account_chart_update to make
374379possible modify the length of acccount codes when checking for updates
375380in the wizard.</ p >
@@ -395,13 +400,13 @@ <h1 class="title">Account Chart Update Code Digits</h1>
395400</ ul >
396401</ div >
397402< div class ="section " id ="use-cases-context ">
398- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Use Cases / Context</ a > </ h1 >
403+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Use Cases / Context</ a > </ h2 >
399404< p > This module was developed to be able to modify the account length of the
400405account updater to eliminate detecting changes that are not actually
401406needed.</ p >
402407</ div >
403408< div class ="section " id ="configuration ">
404- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h1 >
409+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h2 >
405410< p > No configuration is needed. By default, the lenght of the account codes
406411is set from chart template. If the chart template has no length, then
407412“6” is set.</ p >
@@ -416,37 +421,37 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
416421</ ol >
417422</ div >
418423< div class ="section " id ="usage ">
419- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Usage</ a > </ h1 >
424+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Usage</ a > </ h2 >
420425< p > The wizard, accessible from < em > Accounting > Settings > Update Chart
421426Template</ em > , now displays the < tt class ="docutils literal "> Account Code Digits</ tt > field.</ p >
422427< p > The default is the length of each chart template but if modified, the
423428value is saved in a company field and becomes the default value.</ p >
424429</ div >
425430< div class ="section " id ="bug-tracker ">
426- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h1 >
431+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h2 >
427432< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/account-financial-tools/issues "> GitHub Issues</ a > .
428433In case of trouble, please check there if your issue has already been reported.
429434If you spotted it first, help us to smash it by providing a detailed and welcomed
430435< a class ="reference external " href ="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_chart_update_code_digits%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
431436< p > Do not contact contributors directly about support or help with technical issues.</ p >
432437</ div >
433438< div class ="section " id ="credits ">
434- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h1 >
439+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h2 >
435440< div class ="section " id ="authors ">
436- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h2 >
441+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h3 >
437442< ul class ="simple ">
438443< li > Moduon</ li >
439444</ ul >
440445</ div >
441446< div class ="section " id ="contributors ">
442- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h2 >
447+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h3 >
443448< ul class ="simple ">
444449< li > Joel Estrada (< a class ="reference external " href ="https://www.moduon.team/ "> Moduon</ a > )</ li >
445450< li > Emilio Pascual (< a class ="reference external " href ="https://www.moduon.team/ "> Moduon</ a > )</ li >
446451</ ul >
447452</ div >
448453< div class ="section " id ="maintainers ">
449- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h2 >
454+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h3 >
450455< p > This module is maintained by the OCA.</ p >
451456< a class ="reference external image-reference " href ="https://odoo-community.org ">
452457< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -461,5 +466,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
461466</ div >
462467</ div >
463468</ div >
469+ </ div >
464470</ body >
465471</ html >
0 commit comments