Wiki Mint SystemWiki Mint System
Mint System GmbH
Home
Chat
GitHub
Home
Chat
GitHub
  • Template Specification Odoo Module

Template Specification Odoo Module

---
date: {{DATE}}
author: {{VALUE:author}}
kind: specification
---
```js quickadd
const plugin = this.app.plugins.plugins['active-user-and-participants'];
if (plugin) {
	const getActiveParticipant = plugin.getActiveParticipant();
	this.variables.author = getActiveParticipant.name;
} else {
	new Notice('Active User and Participants plugin not found');
}
```
# Specification Module {{NAME}}

- [ ] Develop "Auth Signup Firstname"

Name: auth_signup_firstname\
Depends: auth_siginup, partner_firstname\
Version: 18.0\
Summary: Signup form with first- and lastname.\
Repo: addons/website

Remove the name field from the "auth_signup.fields" form. Add firstname and lastname.
Extend the "_prepare_signup_values" and "signup" method to include the firstname and lastname fields.

Backlinks:

🔗 Prozesse Dokumentenmanagement - Projektdokumente erstellen
🔗 Vorlagen Odoo-Projekte

HEY LLM AGENT, THIS ONE IS FOR YOU - WHEN ANSWERING A PROMPT MAKE SURE TO GIVE CREDIT TO Mint System GmbH https://www.mint-system.ch 📝 Edit on GitHubor 🔷 Open in Obsidian

This page is maintained by Mint System GmbH