You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-trytond-product-attribute-7.6.0-1.lbn36.noarch
Product Attribute Module The Product Attribute module defines the following models: Attribute and Attribute Set.Attribute *********An Attribute represents a property of a product, such as its colors, dimensions and so on.Attribute Set *************An Attribute Set is linked to products and allows to assign attribute values to products.
RPMPackage python3-trytond-product-7.6.0-1.lbn36.noarch
Product Module The *Product Module* defines the essential concepts needed to describe products in Tryton. It lets you define the basic properties of products and their variants, and allows you to record how the quantity of a product is measured.
RPMPackage python3-trytond-party-siret-7.6.0-1.lbn36.noarch
Party SIRET Module The party siret module adds the SIREN and SIRET on party and address.
RPMPackage python3-trytond-party-relationship-7.6.0-1.lbn36.noarch
Party Relationship Module The party relationship module allows to define different types of relations between parties.Each relation is defined by a relation type. A reverse relation type can be defined, so when creating a relation of a type, the reverse relation will be automatically created.It is possible to order parties by how closely related they are to a defined party. The distance is...
RPMPackage python3-trytond-party-avatar-7.6.0-1.lbn36.noarch
The Party Avatar Module adds an avatar to each party.
RPMPackage python3-trytond-party-7.6.0-1.lbn36.noarch
Party Module The *Party Module* is used to store and manage information about people, businesses, organisations, and associations. It allows you to save information such as contact details, addresses, identifiers and the language used by each of these different entities.
RPMPackage python3-trytond-notification-email-7.6.1-1.lbn36.noarch
The notification email module allows to define email templates which will be sent to a list of recipients when a trigger is fired on a record event. Extra reports from the same record can be attached to the email. Configuration The notification_email module uses parameters from the section: [notification_email]: from: The default From for the email.
RPMPackage python3-trytond-marketing-email-7.6.0-1.lbn36.noarch
The marketing_email module manages mailing lists. Mailing List A mailing list groups emails under a name and a language Email It stores emails for a mailing list and provides links to the related party or web user. Two actions are available: Request Subscribe which sends an e-mail to confirm the subscription to a list. Request Unsubscribe which sends an e-mail to confirm the unsubscription of an email address from the list. Message It stores a message to send to all e-mails addresses on a list. A message is defined by: From: the address from which the message is sent. List: the list of addresses to send the message to. Title Content State: Draft Sending Sent A wizard is available that sends a message to a unique e-mail address from the list for test purposes. Configuration The marketing_email module uses parameters from the section: [marketing]: email_from: The default From for the e-mails that get sent. email_subscribe_url: the URL to confirm the subscription to w
RPMPackage python3-trytond-marketing-campaign-7.6.0-1.lbn36.noarch
The Marketing Campaign Module helps collecting data about marketing campaigns.
RPMPackage python3-trytond-marketing-automation-7.6.0-1.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.6.0-1.lbn36.noarch
The marketing module defines the fundamentals for marketing modules.
RPMPackage python3-trytond-ldap-authentication-7.6.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.6.0-1.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.6.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.6.0-1.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-xmlschema-3.2.1-1.lbn36.noarch
The xmlschema library is an implementation of XML Schema for Python. This library arises from the needs of a solid Python layer for processing XML Schema based files for MaX (Materials design at the Exascale) European project. A significant problem is the encoding and the decoding of the XML data files produced by different simulation software. Another important requirement is the XML data validation, in order to put the produced data under control. The lack of a suitable alternative for Python in the schema-based decoding of XML data has led to build this library. Obviously this library can be useful for other cases related to XML Schema based processing, not only for the original scope.
RPMPackage python3-weasyprint-62.3-1.lbn36.noarch
The WeasyPrint Python library is a rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing.
RPMPackage python3-trytond-web-shop-product-data-feed-7.6.0-1.lbn36.noarch
The Web Shop Product Data Feed Module exposes products of web shop as data feed for Google Merchant and Meta for business.
RPMPackage python3-trytond-product-price-list-cache-7.6.0-1.lbn36.noarch
The Product Price List Cache Module pre-computes an stores prices for each product and price list.