summaryrefslogtreecommitdiff
path: root/gnu/packages/tryton.scm
AgeCommit message (Expand)Author
2021-09-21gnu: Add trytond-account-payment-braintree.•••* gnu/packages/tryton.scm (trytond-account-payment-braintree): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-payment.•••* gnu/packages/tryton.scm (trytond-account-payment): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-invoice-secondary-unit.•••* gnu/packages/tryton.scm (trytond-account-invoice-secondary-unit): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-invoice-line-standalone.•••* gnu/packages/tryton.scm (trytond-account-invoice-line-standalone): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-invoice-history.•••* gnu/packages/tryton.scm (trytond-account-invoice-history): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-invoice-defer.•••* gnu/packages/tryton.scm (trytond-account-invoice-defer): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-invoice-correction.•••* gnu/packages/tryton.scm (trytond-account-invoice-correction): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-fr-chorus.•••* gnu/packages/tryton.scm (trytond-account-fr-chorus): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-fr.•••* gnu/packages/tryton.scm (trytond-account-fr): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-eu.•••* gnu/packages/tryton.scm (trytond-account-eu): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-es.•••* gnu/packages/tryton.scm (trytond-account-es): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-dunning-letter.•••* gnu/packages/tryton.scm (trytond-account-dunning-letter): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-dunning-fee.•••* gnu/packages/tryton.scm (trytond-account-dunning-fee): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-dunning-email.•••* gnu/packages/tryton.scm (trytond-account-dunning-email): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-dunning.•••* gnu/packages/tryton.scm (trytond-account-dunning): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-deposit.•••* gnu/packages/tryton.scm (trytond-account-deposit): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-de-skr03.•••* gnu/packages/tryton.scm (trytond-account-de-skr03): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-credit-limit.•••* gnu/packages/tryton.scm (trytond-account-credit-limit): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-cash-rounding.•••* gnu/packages/tryton.scm (trytond-account-cash-rounding): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-be.•••* gnu/packages/tryton.scm (trytond-account-be): New variable. Hartmut Goebel
2021-09-21gnu: Add trytond-account-asset.•••* gnu/packages/tryton.scm (trytond-account-asset): New variable. Hartmut Goebel
2021-09-16gnu: tryton applications and framework: Update to 6.0.x.•••* gnu/packages/tryton.scm (trytond-account-invoice-stock, trytond-purchase-request, trytond-stock-lot): Update to 6.0.0. (trytond-country, trytond-product, trytond-stock-supply): Update to 6.0.1. (trytond-currency): Update to 6.0.1. [arguments] Disable running doc-tests. (python-proteus, trytond-account-product, trytond-analytic-account, trytond-party, trytond-purchase): Update to 6.0.2. (trytond-account, trytond-account-invoice, trytond-company): Update to 6.0.3. (tryton): Update to 6.0.5. (trytond, trytond-stock): Update to 6.0.6. Hartmut Goebel
2021-09-16gnu: tryton modules: Remove propagated-inputs propagated elsewhere.•••From all tryton modules propagating `trytond` remove the packages already propagated by `trytond`. * gnu/packages/tryton.scm (account, account_invoice) [propagated-inputs]: Remove python-dateutils, python-sql. (analytic_account, party, product, purchase, stock, stock_supply) [propagated-inputs]: Remove python-sql. Hartmut Goebel
2021-09-16gnu: tryton modules: Unify native-inputs.•••For testing, the tryton modules require a common set of native-input, which basically are the propagated-inputs of `trytond`. (Some modules leave out one or two of these, but most modules require all.) So to avoid redundant code, use a variable for defining this common set. This reduces the maintenance burden when more trytond modules are added. * gnu/packages/tryton.scm (%standard-trytond-native-inputs): New variable. (trytond-account, trytond-account-invoice, trytond-account-invoice-stock, trytond-account-product, trytond-analytic-account, trytond-company, trytond-country, trytond-currency, trytond-party, trytond-product, trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot, trytond-stock-supply)[native-inputs]: Use it. native-inouts2 Hartmut Goebel
2021-09-16gnu: tryton modules: Remove "python"- prefix from name.•••Remove the `python-` prefix from all trytond module packages. The aspect that these packages are plugins for trytond is much more relevant than that they are written in Python. * gnu/packages/tryton.scm (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-counpython-try, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply): New deprecated packages. (trytond-account, trytond-account-invoice, trytond-account-invoice-stock, trytond-account-product, trytond-analytic-account, trytond-company, trytond-country, trytond-currency, trytond-party, trytond-product, trytond-purchase, trytond-purchase-request, trytond-stock, trytond-stock-lot, trytond-stock-supply): Renamed from the respective above. [propagated-inputs]: Adjusted and re-ordered. Hartmut Goebel
2021-09-16gnu: tryton: Propagate inputs.•••As for all Python packages and applications, the inputs need to be propagated. * gnu/packages/tryton.scm (tryton)[inputs]: Change to {propagated-inputs]. Hartmut Goebel
2021-09-16gnu: trytond: Propagate inputs.•••As for all Python packages and applications, the inputs need to be propagated. * gnu/packages/tryton.scm (trytond)[inputs]: Change to {propagated-inputs]. Hartmut Goebel
2021-05-28gnu: tryton: Allow disabling the test suite.•••* gnu/packages/tryton.scm (tryton-phases): Respect 'tests?' in the 'check' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos
2021-05-28gnu: tryton: Use local 'inputs' instead of global '%build-inputs'.•••The former is preferred above the latter. * gnu/packages/tryton.scm (tryton-phases): Look up "trytond" in the 'inputs' argument instead of in '%build-inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos
2021-05-28gnu: tryton: Factor out custom ‘check’ phase.•••* gnu/packages/tryton.scm (tryton-phases): New procedure. (tryton-arguments): New procedure. (python-trytond-account)[arguments]: Use 'tryton-phases'. (python-trytond-account-invoice)[arguments]: Likewise. (python-trytond-account-invoice-stock)[arguments]: Likewise. (python-trytond-account-product)[arguments]: Likewise. (python-trytond-analytic-account)[arguments]: Likewise. (python-trytond-company)[arguments]: Likewise. (python-trytond-country)[arguments]: Likewise. (python-trytond-currency)[arguments]: Likewise. (python-trytond-party)[arguments]: Likewise. (python-trytond-product)[arguments]: Likewise. (python-trytond-purchase)[arguments]: Likewise. (python-trytond-purchase-request)[arguments]: Likewise. (python-trytond-stock)[arguments]: Likewise. (python-trytond-stock-lot)[arguments]: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos
2021-02-08gnu: tryton applcations and framework: Update to 5.8.2.•••* gnu/packages/tryton.scm (trytond, tryton, python-trytond-stock, python-trytond-stock-lot): Update to 5.8.2. (python-proteus, python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock-supply): Update to 5.8.1. Hartmut Goebel
2021-02-08gnu: tryton.scm: Remove unused native inputs.•••Python is already provided by the python build-system, thus there is not need for listing it a native input. * gnu/packages/tryton.scm (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply)[native-inputs]: Remove python. Hartmut Goebel
2021-02-08gnu: tryton.scm: Reorder packages.•••Move proteus near the top, as it is a package to be used by other ications. Sort all "tryton modules" (python-trytond-*) alphabetically. * gnu/packages/tryton.scm (python-proteus): Move behind tryton. (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically. Hartmut Goebel
2021-02-08gnu: tryton: Rephrase synopsis and description.•••* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase. Hartmut Goebel
2021-02-08gnu: Rename "python-trytond" to "trytond".•••Trytond is an application, and only python libraries should have the "python-" prefix. * gnu/packages/tryton.scm (python-trytond): Rename to... (trytond): ...this. [synopsis] Rephrase. (python-trytond): Redefine as a deprecated alias. (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]: Rename python-trytond to trytond. Hartmut Goebel
2020-08-27gnu: Add python-trytond-stock-supply.•••* gnu/packages/tryton.scm (python-trytond-stock-supply): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-27gnu: Add python-trytond-purchase-request.•••* gnu/packages/tryton.scm (python-trytond-purchase-request): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-27gnu: Add python-trytond-purchase.•••* gnu/packages/tryton.scm (python-trytond-purchase): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-27gnu: Add python-trytond-account-invoice-stock.•••* gnu/packages/tryton.scm (python-trytond-account-invoice-stock): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-27gnu: Add python-trytond-account-invoice.•••* gnu/packages/tryton.scm (python-trytond-account-invoice): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-27gnu: Add python-trytond-account-product.•••* gnu/packages/tryton.scm (python-trytond-account-product): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-27gnu: Add python-trytond-analytic-account.•••* gnu/packages/tryton.scm (python-trytond-analytic-account): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-25gnu: Add python-trytond-stock-lot.•••* gnu/packages/tryton.scm (python-trytond-stock-lot): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-25gnu: Add python-trytond-stock.•••* gnu/packages/tryton.scm (python-trytond-stock): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-25gnu: Add python-trytond-account.•••* gnu/packages/tryton.scm (python-trytond-account): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-25gnu: Add python-trytond-product.•••* gnu/packages/tryton.scm (python-trytond-product): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-25gnu: Add python-trytond-company.•••* gnu/packages/tryton.scm (python-trytond-company): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-25gnu: Add python-trytond-currency.•••* gnu/packages/tryton.scm (python-trytond-currency): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-24gnu: python-trytond-party: Update to 5.6.0.•••* gnu/packages/tryton.scm (python-trytond-party): Update to 5.6.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2020-08-24gnu: python-trytond-country: Update to 5.6.0.•••* gnu/packages/tryton.scm (python-trytond-country): Update to 5.6.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego