You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-trytond-marketing-campaign-7.4.0-2.lbn36.noarch
The Marketing Campaign Module helps collecting data about marketing campaigns.
RPMPackage python3-trytond-marketing-automation-7.4.1-2.lbn36.noarch
The marketing_automation module allows marketing actions to be automated. It is based on scenarios and activities that are executed on selected records. Scenario A scenario provides the entry point for records into an automated marketing campaign. Each record can only enter a scenario once. A scenario is defined by: Name Model: the type of record for the scenario (by default Party and Sale) Domain: used to filter records State: Draft Running Stopped A cron task runs periodically to find new records to apply the scenario to. Activity The activities form a scenario. They define which action should be triggered and when it should happen. The activities are organized as a tree and defined by: Name Parent Children On: event from the parent that triggers the activity: E-Mail Opened E-Mail Not Opened E-Mail Clicked E-Mail Not Clicked Condition: that the record must match to execute the activity Delay: before the action is executed Action: list of available actions Action
RPMPackage python3-trytond-marketing-7.4.0-2.lbn36.noarch
The marketing module defines the fundamentals for marketing modules.
RPMPackage python3-trytond-ldap-authentication-7.4.0-1.lbn36.noarch
LDAP Authentication Module The LDAP authentication module allows to authenticate users via a LDAP server.The configuration of the LDAP connection is set in the ldap_authentication To be activated, the ldap method must be added to the authentications methods list of the session section of the configuration.Configuration *************uri The LDAP URL to use to connect to the server following the...
RPMPackage python3-trytond-incoterm-7.4.0-2.lbn36.noarch
This Incoterm Model is used to manage the Incoterms on sales, purchases and shipments. The module contains the Incoterm versions of 2010 and 2020.
RPMPackage python3-trytond-google-maps-7.4.0-1.lbn36.noarch
Google Maps Module The Google Maps module add a new URL field on the party addresses. This link open the Google Maps page on the default browser with the map centered on the selected address.
RPMPackage python3-trytond-gis-7.4.0-2.lbn36.noarch
It adds GIS support to Tryton.
RPMPackage python3-trytond-factories-7.4.2-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-2.lbn36.noarch
Implement electronic document from UN/CEFACT: Cross-Industry-Invoice (16B-CII)
RPMPackage python3-trytond-dashboard-7.4.1-1.lbn36.noarch
Dashboard Module The dashboard module allows user to configure his dashboard.
RPMPackage python3-trytond-customs-7.4.1-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-2.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-2.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.1-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.