You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-trytond-factories-7.2.0-1.lbn36.noarch
Trytond-factories Trytond-factories is a factory_trytond extension which uses factory_boy that allows to create Tryton ERP models with factories. You can inherit ERP's core model factories to do some testing or to populate databases with some sample data. How does it work? Import this module and you will be able to create objects such as Company, Party, etc. Here's an example with Tryton's model Company: import trytond_factories company = trytond_factories.Company.create(party__name='Example Company') print(company) >>> Pool().get('company.company')(1)
RPMPackage python3-trytond-edocument-uncefact-7.4.0-1.lbn36.noarch
Implement electronic document from UN/CEFACT: Cross-Industry-Invoice (16B-CII)
RPMPackage python3-trytond-dashboard-7.4.0-1.lbn36.noarch
Dashboard Module The dashboard module allows user to configure his dashboard.
RPMPackage python3-trytond-customs-7.4.0-1.lbn36.noarch
Customs Module The customs module allows to define customs duty based on the tariff code. Tarif Code **********It stores the Harmonized System_ that can be set on *Product*.- The *Code* from the HS. - The *Country* in case of a country specific code. - The *Start* / *End* period of the year for which the code is valid... _Harmonized System: Rate *********It stores the rate of a *Tarif Code*...
RPMPackage python3-trytond-currency-rs-7.4.0-1.lbn36.noarch
The Currency RS Module adds the Serbian National Bank as a source for currency exchange rates.
RPMPackage python3-trytond-currency-ro-7.4.0-1.lbn36.noarch
The Currency RO Module adds the Romanian National Bank as a source for currency exchange rates.
RPMPackage python3-trytond-currency-7.4.0-1.lbn36.noarch
Currency Module The *Currency Module* defines the basics needed to work with currencies in Tryton including a list of standard currencies. It is also possible to define the rates used to convert amounts between different currencies.
RPMPackage python3-trytond-country-7.4.0-1.lbn36.noarch
Country Module The *Country Module* provides the basic features needed to handle data related to countries, their subdivisions, and their postal codes. It also provides some scripts that are used to load standard countries, subdivisions, and selected countries' postal codes into Tryton.
RPMPackage python3-trytond-company-work-time-7.4.0-1.lbn36.noarch
Company Work Time Module The Company Work Time module adds 4 new fields (Hours per Work Day, Hours per Work Week, Hours per Work Month, Hours per Work Year) on the company form that allow to define how much hours are spent by an employee in a day, a week, a month and a year of work.
RPMPackage python3-trytond-company-7.4.0-1.lbn36.noarch
Company Module The *Company Module* allows the business that is using Tryton to be represented inside Tryton. This may be a single company or multiple companies. It also allows recording which employees belong to which companies and what their organisational structure is.
RPMPackage python3-trytond-commission-waiting-7.4.0-1.lbn36.noarch
Commission Waiting The commission_waiting module allows to generate account move for each commission between the expense/revenue account to a waiting account defined on the agent.Once the commission invoice is posted the waiting account is cleared with the payable/receivable account of the invoice.
RPMPackage python3-trytond-commission-7.4.0-1.lbn36.noarch
Commission Module The *Commission Module* allows you to manage commission for sale's agent. A commission move is created when posting the invoice, following the agent's commission plan.
RPMPackage python3-trytond-carrier-weight-7.4.0-1.lbn36.noarch
Carrier Weight Module The carrier weight module adds a cost method based on weight. The price is computed by finding the line for which the weight is greater or equal but smaller than the next line.
RPMPackage python3-trytond-carrier-subdivision-7.4.0-1.lbn36.noarch
doc/index.rst
RPMPackage python3-trytond-carrier-percentage-7.4.0-1.lbn36.noarch
Carrier Percentage Module The carrier percentage module adds a cost method based on percentage.
RPMPackage python3-trytond-carrier-carriage-7.4.0-1.lbn36.noarch
The Carrier Carriage Module extends the support of carrier by adding carriers before and after the main carrier.
RPMPackage python3-trytond-carrier-7.4.0-1.lbn36.noarch
Carrier Module The carrier module defines the concept of carrier.Carrier A carrier links a party with a product and cost method.- The *Product* is the carrier service. - The *Carrier Cost Method* defines how to compute the carrier cost. By default there is only the *Product Price* method which takes the *List Price* of the *Product* as sale price and the *Cost Price* of the *Product* as...
RPMPackage python3-trytond-bank-7.4.0-1.lbn36.noarch
Bank Module The bank module defines the concept of bank and account.Bank A bank links a party with a BIC_... _BIC: Account ************A bank account is defined by a *Bank* and at least one number.- The *Bank* is the bank where the account is set. - The *Owners* are the parties who own the account. - The *Currency* is the default currency of the account. - The *Numbers* are the different...
RPMPackage python3-trytond-authentication-sms-7.4.0-1.lbn36.noarch
Authentication SMS Module The SMS < authentication module allows users to authenticate via SMS. It adds a new authentication method sms, which can be used in the list of authentications in the session section of the configuration file.The sms method just sends a code via SMS to the user. Then the user needs to transcribe the code into the login dialog.This method requires that the user has the...
RPMPackage python3-trytond-authentication-saml-7.4.0-1.lbn36.noarch
The SAML authentication module allows to delegate the user authentication to an identity provider.